InstrumentConfiguration
No description
type InstrumentConfiguration {
name: String!
code: String!
futureProduct: FutureProduct
product: ProductConfiguration
}
Fields
InstrumentConfiguration.name ● String! non-null scalar
Full and fairly descriptive name for the instrument
InstrumentConfiguration.code ● String! non-null scalar
A short non necessarily unique code used to easily describe the instrument (e.g: FX:BTCUSD/DEC18)
InstrumentConfiguration.futureProduct ● FutureProduct object
Future product specification
InstrumentConfiguration.product ● ProductConfiguration union
Product specification
Member of
NewMarket object ● NewSpotMarket object