Versions Compared

Key

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

Inputs (Array[]) inherits from EntityBase

NameTypeDescriptionMandatoryAvailable from version
AccountGuid Id of account where the order should be created True 2.10
CashCurrencyCodestring ISO 4217 code (SEK, EUR) True 2.10
InstrumentGuid Id of instrument for the order True 2.10
 LimitPricedecimalLimitprice for the order, must be > 0 if used  2.10
 LastPaymentDateDateTimeLast date for payment   2.10
ExecutionInterfaceSettingKeystringKey for ExecutionInterfaceSetting (ex Manual, Internal)True2.10
IsUnitOrderboolDefines if order is UnitOrder. Defaults to false if not set.
2.10
ReserveAssetsboolIf assets should be reserved. Defaults to true if not set
2.10
CashAmountdecimalCash amount of order
2.10
InstrumentAmountdecimalInstrument amount of order
2.10
CommissionAmountdecimalCommission amount of order
2.10
OverrideCommissionAmountboolIf default Commission amount should be overridden
2.10
CustomFieldsCustomField[]CustomFields is an array of CustomField objects. Each CustomField consists of two strings, FieldName and Value. There are no datatypes associated with these properties, they are just a way for api-users to add custimized data to the object.
2.10
TransferReceiverGuidTransferReceiver of order

ExternalReferencestringExternalReference of order

IsDVPboolIf Propterty to set if order is DVP






Outputs

NameTypeDescriptionAvailable from version
EntitiesArrayAll allocation orders in the request is returned along with each allocation orders BrickId, and array of Errors per allocation order 

Code examples

Code Block
languagec#
themeRDark
titleC# - Get all account types from a BFS instance
linenumberstrue
collapsetrue
 

...