Class: Quickfix::UnderlyingLastQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingLastQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLastQty
constructor
A new instance of UnderlyingLastQty.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLastQty
Returns a new instance of UnderlyingLastQty.
16581 16582 16583 16584 16585 16586 16587 |
# File 'lib/quickfix_fields.rb', line 16581 def initialize(data = nil) if( data == nil ) super(652) else super(652, data) end end |
Class Method Details
.field ⇒ Object
16578 16579 16580 |
# File 'lib/quickfix_fields.rb', line 16578 def UnderlyingLastQty.field return 652 end |