Class: Quickfix::PosQtyStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosQtyStatus
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosQtyStatus
constructor
A new instance of PosQtyStatus.
Constructor Details
#initialize(data = nil) ⇒ PosQtyStatus
Returns a new instance of PosQtyStatus.
9691 9692 9693 9694 9695 9696 9697 |
# File 'lib/quickfix_fields.rb', line 9691 def initialize(data = nil) if( data == nil ) super(706) else super(706, data) end end |