mirror of
https://github.com/speice-io/marketdata-shootout
synced 2026-06-25 14:33:16 -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