IcebergOrder
Details of the iceberg order
type IcebergOrder {
peakSize: String!
minimumVisibleSize: String!
reservedRemaining: String!
}
Fields
IcebergOrder.peakSize ● String! non-null scalar
Size of the order that will be made visible if the iceberg order is replenished after trading
IcebergOrder.minimumVisibleSize ● String! non-null scalar
If the visible size of the order falls below this value, it will be replenished back to the peak size using the reserved amount
IcebergOrder.reservedRemaining ● String! non-null scalar
Size of the order that is reserved and used to restore the iceberg's peak when it is refreshed
Member of
Order object ● OrderSubmission object ● OrderUpdate object