We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd4bed commit 3bf482bCopy full SHA for 3bf482b
test/ext/test_interactivebrokers_ext.jl
@@ -20,6 +20,12 @@ using InteractiveBrokers
20
# @test getproperty(wrap, :nextValidId) isa Function
21
22
end
23
+ @testset "positions()" begin
24
+ client = Lucky.service(:interactivebrokers)
25
+
26
+ ps = Lucky.positions(client)
27
+ @test Rocket.as_subscribable(ps) isa SimpleSubscribableTrait # or ScheduledSubscribableTrait
28
+ end
29
@testset "InteractiveBrokers.Contract" begin
30
stock = Stock(:AAPL, :USD)
31
# TODO Requires a definition for == in InteractiveBrokers
0 commit comments