Skip to main content
Version: mainnet (v0.71)

InstrumentConfiguration

No description

type InstrumentConfiguration {
name: String!
code: String!
futureProduct: FutureProduct
}

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

Member of

NewMarket object