<T> EtdContractSpecBuilder |
EtdContractSpecBuilder.addAttribute(AttributeType<T> attributeType,
T attributeValue) |
Adds an attribute to the builder.
|
static EtdContractSpecBuilder |
EtdContractSpec.builder() |
Returns a builder for building instances of EtdContractSpec .
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.contractCode(EtdContractCode contractCode) |
Sets the code of the contract specification as given by the exchange in clearing and margining.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.description(String description) |
Sets the description of the contract specification.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.exchangeId(ExchangeId exchangeId) |
Sets the ID of the exchange where the instruments derived from the contract specification are traded.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.id(EtdContractSpecId id) |
Sets the ID of the contract specification.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.priceInfo(SecurityPriceInfo priceInfo) |
Sets the information about the security price - currency, tick size, tick value, contract size.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.type(EtdType productType) |
Sets the type of the contract specification.
|