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 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 

Response rows

 
Name
Type
Description
Available from version
EntitiesArrayAll ExecutionInterfaces in the request with BrickId and an array of Errors per ExecutionInterface

Code example

Code Block
languagec#
themeRDark
titleC# - Create a manual execution interface on an instrument in a BFS instance
linenumberstrue
collapsetrue
 

...


Blog Posts
sortcreation
contenttitles
labelsCreateAccounts