Versions Compared

Key

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

This API method is for creating an ExecutionInterface for an instrument where the Execution Interface key is set to Manual.

...

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 shares units you can trade.

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


2.10

...