Skip to main content
Version: v26

PositionDialogOptions

Interface

Properties

customFields

Optional

Custom fields to be displayed in the dialog (adds additional input fields to the Order dialog).

Example

customFields: [
{
inputType: 'TextWithCheckBox',
id: '2410',
title: 'Digital Signature',
placeHolder: 'Enter your personal digital signature',
value: {
text: '',
checked: false,
},
customInfo: {
asterix: true,
checkboxTitle: 'Save',
},
}
]

Type

TradingDialogCustomField[]