DataSourceSpecPerpetualBinding
Bindings to describe which property of the data source data is to be used as settlement data and which is to be used as the trading termination trigger.
type DataSourceSpecPerpetualBinding {
settlementDataProperty: String!
settlementScheduleProperty: String!
}
Fields
DataSourceSpecPerpetualBinding.settlementDataProperty
● String!
non-null scalar
Name of the property in the source data that should be used as settlement data. For example, if it is set to "prices.BTC.value", then the perpetual market will use the value of this property as settlement data.
DataSourceSpecPerpetualBinding.settlementScheduleProperty
● String!
non-null scalar
Name of the property in the source data that should be used as settlement schedule. For example, if it is set to "prices.BTC.timestamp", then the perpetual market will use the value of this property
Member of
Perpetual
object ● PerpetualProduct
object ● UpdatePerpetualProduct
object