Class: IB::IncomingMessages::OrderStatus
- Inherits:
-
AbstractMessage
- Object
- ExtremelyAbstractMessage
- AbstractMessage
- IB::IncomingMessages::OrderStatus
- Defined in:
- lib/ib-ruby/messages.rb
Instance Attribute Summary
Attributes inherited from AbstractMessage
Attributes inherited from ExtremelyAbstractMessage
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from AbstractMessage
Methods inherited from ExtremelyAbstractMessage
Constructor Details
This class inherits a constructor from IB::IncomingMessages::AbstractMessage
Class Method Details
.message_id ⇒ Object
985 986 987 |
# File 'lib/ib-ruby/messages.rb', line 985 def self. 3 end |
Instance Method Details
#load ⇒ Object
989 990 991 992 993 994 995 996 997 |
# File 'lib/ib-ruby/messages.rb', line 989 def load autoload([:version, :int], [:id, :int], [:status, :string], [:filled, :int], [:remaining, :int], [:average_fill_price, :decimal]) version_load(2, [:perm_id, :int]) version_load(3, [:parent_id, :int]) version_load(4, [:last_fill_price, :decimal]) version_load(5, [:client_id, :int]) end |