Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

The entity for the execution interface is renamed to ManualExecutionInterfaceOldto ManualExecutionInterfaceOld, since creating execution interfaces is now possible in the CreateInstruments method.

This method, CreateManualExecutionInterface, will be deprecated.

...

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuidNot used

InstrumentGuidThe Id of the instrument that the execution interface should be associated withYes 
DefaultExecutionInterfaceBoolTrue or False. If True the instrument gets the "Manual" interface as default execution interface.

CustodyAccountGuidThe id of the associated Custody Account that should be used for trading the instrument via the created ExecutionInterfaceYes
FeeCategoryStringSets if the ExecutionInterface should be associated with a fee record. Default is "NoFee".

BuyAmountAllowedBoolDetermines if the ExecutionInterface should accept buy orders in amount of moneyYes, at least one must be true
BuyUnitAllowedBoolDetermines if the ExecutionInterface should accept buy orders as units of instruments
SellAmountAllowedBoolDetermines if the ExecutionInterface should accept sell orders in amount of moneyYes, at least one must be true
SellUnitAllowedBoolDetermines if the ExecutionInterface should accept sell orders as units of instruments
MinimumLotSizedouble

Defines the smallest lot of instrument units you can trade.

If no input is given, the value will be set to 10^(-1*[Quantity Decimals]) as default.


2.10
CounterPartyAccountGuidThe id of the associated Counterparty Account that should be used for trading the instrument via the created ExecutionInterfaceNo
IsNominalValueOrderEntryboolIf Nominal value is used for the instrument 
2.21
CounterPartyGuidCounterparty for the created ExecutionInterface
2.21
QuantityDecimalsintegerQuantityDecimals of the ExecutionInterface
2.23

...