Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created October 19, 2012 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndemic/3915988 to your computer and use it in GitHub Desktop.
Save johndemic/3915988 to your computer and use it in GitHub Desktop.
StockQuoteRequestMessage
package com.acmesoft.zeromq;
option java_package = "com.acmesoft.stock.model.serialization.protobuf";
option optimize_for = SPEED;
option java_multiple_files = true;
message StockQuoteRequestBuffer {
required string symbol = 1;
required int64 start = 2;
required int64 end = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment