Interface: OrderDialogOptions
Broker.OrderDialogOptions
Hierarchy
- 
↳
OrderDialogOptions 
Properties
customFields
• Optional customFields: TradingDialogCustomField[]
Custom fields that are displayed in the Order Ticket. Refer to the Add custom fields section for more information.
Example
customFields: [
    {
        inputType: 'TextWithCheckBox',
        id: '2410',
        title: 'Digital Signature',
        placeHolder: 'Enter your personal digital signature',
        value: {
            text: '',
            checked: false,
        },
        customInfo: {
            asterix: true,
            checkboxTitle: 'Save',
        },
    }
]
Inherited from
TradingDialogOptions.customFields
showTotal
• Optional showTotal: boolean
Using this flag, you can change Trade Value to Total in the Order Info section of the Order Ticket.