Skip to content

Commit a295318

Browse files
eliza-elizaElizaveta Gryumova
andauthored
Fix typo in price24hPcnt field mapping (#66)
Co-authored-by: Elizaveta Gryumova <egryumova@bhft.com>
1 parent 293687f commit a295318

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CryptoExchangeAPIs"
22
uuid = "5e3d4798-c815-4641-85e1-deed530626d3"
3-
version = "0.34.0"
3+
version = "0.34.1"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

src/Bybit/Spot/API/Ticker.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct TickerData <: BybitData
3535
ask1Size::Maybe{Float64}
3636
lastPrice::Float64
3737
prevPrice24h::Float64
38-
pice24hPcnt::Maybe{Float64}
38+
price24hPcnt::Maybe{Float64}
3939
highPrice24h::Float64
4040
lowPrice24h::Float64
4141
turnover24h::Float64
@@ -88,7 +88,7 @@ to_pretty_json(result.result)
8888
"ask1Size":0.124391,
8989
"lastPrice":90976.95,
9090
"prevPrice24h":94379.41,
91-
"pice24hPcnt":null,
91+
"price24hPcnt":null,
9292
"highPrice24h":95950.05,
9393
"lowPrice24h":90547.11,
9494
"turnover24h":2.838946290225581e9,

0 commit comments

Comments
 (0)