Sha256: 36ab29898c0391bd2a6d0555ba3666c1b0765837d0ef90f827a9a9e747e9d1c4
Contents?: true
Size: 496 Bytes
Versions: 26
Compression:
Stored size: 496 Bytes
Contents
module IB module Messages module Incoming # This message is always sent by TWS automatically at connect. # The IB::Connection class subscribes to it automatically and stores # the order id in its @next_local_id attribute. NextValidID = NextValidId = def_message(9, [:local_id, :int]) class NextValidId # Legacy accessor alias order_id local_id end # class NextValidId end # module Incoming end # module Messages end # module IB
Version data entries
26 entries across 26 versions & 3 rubygems