Skip to content

Commit 90ecab9

Browse files
authored
Merge pull request #16 from spotware/dev
Dead link fix in OASymbol refs
2 parents c8fc56c + 5723fd5 commit 90ecab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenApiModelMessages.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ message ProtoOASymbol {
144144
optional int64 preciseMinCommission = 32; // Minimum commission amount per trade multiplied by 10^8.
145145
repeated ProtoOAHoliday holiday = 33; // List of holidays for this symbol specified by broker.
146146
optional int32 pnlConversionFeeRate = 34; // Percentage (1 = 0.01%) of the realized Gross Profit, which will be paid by the Trader for any trade if the Quote Asset of the traded Symbol is not matched with the Deposit Asset.
147-
optional int64 leverageId = 35; // The unique identifier of dynamic leverage entity. https://help.ctrader.com/ctrader/trading/dynamic-leverage
147+
optional int64 leverageId = 35; // The unique identifier of dynamic leverage entity. https://help.ctrader.com/trading-with-ctrader/dynamic-leverage/
148148
optional int32 swapPeriod = 36; // Period of charging swaps in hours. 24 means swaps will be charged 1 time per day, 12 - every 12 hours, 8 - every 8 hours, etc.
149149
optional int32 swapTime = 37; // Time in minutes from 00:00 (UTC) when intraday swaps are charged for the first time.
150150
optional int32 skipSWAPPeriods = 38; // Count of swapPeriods before the first SWAP charge.

0 commit comments

Comments
 (0)