Class: Quickfix::PosQtyStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosQtyStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
4517 4518 4519 4520 4521 4522 4523 |
# File 'lib/quickfix_fields.rb', line 4517 def initialize(data = nil) if( data == nil ) super(706) else super(706, data) end end |
Class Method Details
.field ⇒ Object
4514 4515 4516 |
# File 'lib/quickfix_fields.rb', line 4514 def PosQtyStatus.field return 706 end |