public method Account.getMaintenanceType

Brief

The returned value defines how trade operations can be performed on the account

Declaration

protojavascriptjavacsharp
public getMaintenanceType() : string

Returns

The method returns a string that represents the type of position maintenance

Details

The possible return values are: Y - Hedging is allowed N - Hedging is not allowed

  1. - Netting only D - Day netting F - FIFO

Declared in Account

back