margin rate as %
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 1m13s
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 1m13s
This commit is contained in:
@@ -44,7 +44,7 @@ func RenderOnPriceMessage(symbol string, spotPrice float64, futurePrice float64,
|
|||||||
RenderSymbolInfo(symbol), RenderPrice(futurePrice),
|
RenderSymbolInfo(symbol), RenderPrice(futurePrice),
|
||||||
fundrate*100, IconOfFundingFeeDirection(fundrate), timex.CdMinuteStringTime(time.UnixMilli(fundtime)),
|
fundrate*100, IconOfFundingFeeDirection(fundrate), timex.CdMinuteStringTime(time.UnixMilli(fundtime)),
|
||||||
RenderPrice(spotPrice),
|
RenderPrice(spotPrice),
|
||||||
marginRate*365,
|
marginRate*365*100,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user