Number of base atoms traded.
Boolean to indicate whether the maker side is global.
Public key for the maker as base58.
Sequential number for every order placed / matched wraps around at u64::MAX
Public key for the market as base58.
Price as float. Quote atoms per base atom. Client is responsible for translating to tokens.
Number of quote atoms traded.
Signature of the tx where the fill happened.
Slot number of the fill.
Public key for the taker as base58.
Boolean to indicate which side the trade was.
Sequential number for every order placed / matched wraps around at u64::MAX
FillLogResult is the message sent to subscribers of the FillFeed