FillResponseObject
Represents the details of a trade fill, including size, price, market information, and metadata related to the order and subaccount.
id
: FillId
side
: OrderSide
size
: BigDecimal
fee
: BigDecimal
fill_type
: FillType
liquidity
: Liquidity
market
: Ticker
market_type
: MarketType
price
: Price
subaccount_number
: SubaccountNumber
created_at_height
: Height
created_at
: DateTime
client_metadata
: ClientMetadata
order_id
: OrderId
Unification Plan
- Check the fields are really
market
andmarket_type
(I guess yes since deserializer is strict)