Created
October 19, 2012 02:59
-
-
Save johndemic/3915988 to your computer and use it in GitHub Desktop.
StockQuoteRequestMessage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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