| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID |
Unique client identifier. |
integer |
None. |
| registrationReference |
External registration reference. |
string |
None. |
| securityCode |
ASX code for the order. |
string |
Required |
| buySell |
Buy / sell indicator. |
enBuySell |
Required |
| priceType |
Order price type. |
enOrderPriceType |
Required |
| price |
Order price in dollars. ie. 11.45. Required for limit orders. |
decimal number |
None. |
| quantity |
Quantity of the order (either quantity or trade value is required). |
decimal number |
None. |
| tradeValue |
Trade value of the order (either quantity or trade value is required). |
decimal number |
None. |
| validityType |
Order validity type. |
enOrderValidityType |
Required |
| expiryDate |
Order expiry date. Required if order validity type is GoodTillDate. |
string |
None. |
| creatorID |
The person ID whom this order is for. Required if you are submitting this instruction on behalf of a person. |
integer |
None. |
| reference |
External reference for an order. Use this field to link an order with one on your system. |
string |
None. |
| miscellaneousTags |
Use this field to add any number of tags onto an order for processing on your system. |
Collection of string |
None. |
| PIN |
User PIN. Use this if PIN validation is required. |
string |
None. |
| CustomBrokerageFee |
Custom Brokerage Fee for dollar override. |
decimal number |
None. |
| CustomBrokeragePercent |
Custom Brokerage Percent for percent override. |
decimal number |
None. |
| ClientBrokerageScheduleID |
Client Brokerage Schedule identifier. |
integer |
None. |
| SRN |
Securityholder Reference Number. |
string |
String length: inclusive between 0 and 255 |