LiquidityOrder
A special order type for liquidity providers
type LiquidityOrder {
reference: PeggedReference!
proportion: Int!
offset: String!
}
Fields
LiquidityOrder.reference
● PeggedReference!
non-null enum
The value to which this order is tied
LiquidityOrder.proportion
● Int!
non-null scalar
The proportion of the commitment allocated to this order
LiquidityOrder.offset
● String!
non-null scalar
Offset from the pegged reference
Member of
LiquidityOrderReference
object