File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/commonMain/kotlin/exchange.dydx.abacus/utils Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ allprojects {
5353}
5454
5555group = " exchange.dydx.abacus"
56- version = " 1.14.10 "
56+ version = " 1.14.11 "
5757
5858repositories {
5959 google()
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ class AnalyticsUtils {
138138 " timeInForce" to payload.timeInForce,
139139 " triggerPrice" to payload.triggerPrice,
140140 " type" to payload.type,
141+ " volume" to payload.price * payload.size,
141142 ) as IMap <String , Any >?
142143 }
143144
@@ -244,6 +245,7 @@ class AnalyticsUtils {
244245 " postOnly" to order.postOnly,
245246 " reduceOnly" to order.reduceOnly,
246247 " cancelReason" to order.cancelReason,
248+ " volume" to order.price * order.size,
247249 ) as IMap <String , Any >?
248250 }
249251}
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'v4_abacus'
3- spec . version = '1.14.10 '
3+ spec . version = '1.14.11 '
44 spec . homepage = 'https://github.com/dydxprotocol/v4-abacus'
55 spec . source = { :http => '' }
66 spec . authors = ''
You can’t perform that action at this time.
0 commit comments