mirror of
https://github.com/speice-io/marketdata-shootout
synced 2025-07-31 12:35:06 -04:00
Add support for writing Flatbuffers
Need to figure out stream parsing yet
This commit is contained in:
@ -22,7 +22,7 @@ table LevelUpdate {
|
||||
}
|
||||
|
||||
table Message {
|
||||
ts_nanos:uint64;
|
||||
ts_nanos:int64;
|
||||
symbol:string;
|
||||
body:MessageBody;
|
||||
}
|
||||
|
Reference in New Issue
Block a user