CreateTradeBuyOrdersFromAutogiro
Inputs (Array[] TradeBuyOrderFromAutogiro) inherits from EntityBase
Name | Type | Description | Mandatory | Comment | Available from version |
|---|---|---|---|---|---|
Account | Guid | Id of Account for the order | True |
|
|
CashAmount | decimal | Amount in SEK for the order | True |
|
|
TransferReceiver | Guid | The TransferReceiver(Admission) for the order |
|
|
|
AutoGiroPaymentPeriod | int | Determines the recurrance of the order. 0=One time 1=Month 2=Qurter 3=Half year 4=Year | True |
|
|
BusinessDate | DateTime | Date for when the ordertemplate starts | True if 0 is used as AutoGiroPaymentPeriod |
|
|
Comment | String | Comment on the order | False |
|
|
Instrument | Guid | If specified, an order for the instrument will be created when the autogiropayment is executed. | False |
|
|
Day | int | Day in month the businessdate for the order will be changed to. | True if 1-4 is used as AutoGiroPaymentPeriod |
|
|
ExecutionInterfaceKey | Enum | ExecutionInterfaceKey that should be used when TradeOrder is created |
|
|
|
LimitPrice | decimal | LimitPrice for UnitOrders |
|
|
|
| Guid[] | DecisionMakers for TradeOrder |
|
|
|
DecisionMakerWithinFirm | Guid | DecisionMakerWithinFirm for TradeOrder |
|
|
|
Month | int | Month for when the ordertemplate starts | rue if 1-4 is used as AutoGiroPaymentPeriod |
| 2.34 |
Response rows
Name | Type | Description | Available from version |
|---|---|---|---|
Entities | Array | All TradeBuyOrderFromAutogiro in the request is returned along with each TradeBuyOrderFromAutogiro BrickId, and array of Errors per TradeBuyOrderFromAutogiro |
|
Code examples