Skip to content

Commit f755d76

Browse files
committed
Fixed an important typo
1 parent b8dd8c7 commit f755d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ext/InteractiveBrokers/Callbacks.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function tickPrice(ib::InteractiveBrokersObservable, tickerId::Int, field::Inter
6868
@debug "tickPrice" tickerId field price size attrib
6969
# ex data: 1 DELAYED_BID -1.0
7070
# TODO use attrib
71-
dispatchTrades(ib, tickerId, :tickprice, field) do val
71+
dispatchTrades(ib, tickerId, :tickPrice, field) do val
7272
Lucky.Trade(val.instrument, price, size)
7373
end
7474
end

0 commit comments

Comments
 (0)