mirror of
https://github.com/speice-io/marketdata-shootout
synced 2025-07-31 12:35:06 -04:00
Finalize the message format
This commit is contained in:
@ -26,3 +26,8 @@ table Message {
|
||||
symbol:string;
|
||||
body:MessageBody;
|
||||
}
|
||||
|
||||
table MultiMessage {
|
||||
seq_no:uint64;
|
||||
messages:[Message];
|
||||
}
|
||||
|
Reference in New Issue
Block a user