Trading Settings Integration
Trading Settings Integration gRPC API
Messages and Data Structures
TradingInstrumentGrpcModel
message TradingInstrumentGrpcModel {
string Name = 1;
int32 Digits = 2;
string Base = 3;
string Quote = 4;
double TickSize = 5;
optional string SwapScheduleId = 6;
optional string GroupId = 7;
optional int32 Weight = 8;
optional int32 DayTimeout = 9;
optional int32 NightTimeout = 10;
bool TradingDisabled = 11;
double LotSize = 12;
repeated TradingInstrumentDayOffGrpcModel DaysOff = 13;
}Order
Name
Description
TradingInstrumentDayOffGrpcModel
Order
Name
Description
TradingGroupGrpcModel
Order
Name
Description
TradingProfileGrpcModel
Order
Name
Description
TradingProfileInstrumentGrpcModel
SwapProfileGrpcModel
SwapScheduleTypeGrpcModel
SwapProfileInstrumentGrpcModel
SwapScheduleGrpcModel
SwapDayScheduleGrpcModel
MarkupProfileGrpcModel
MarkupInstrumentGrpcModel
GetInstrumentsFilterRequest
gRPC Service: TradingSettingsIntegrationGrpcService
Last updated