Class: Quickfix::UnderlyingAdjustedQuantity
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingAdjustedQuantity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAdjustedQuantity
constructor
A new instance of UnderlyingAdjustedQuantity.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAdjustedQuantity
Returns a new instance of UnderlyingAdjustedQuantity.
8807 8808 8809 8810 8811 8812 8813 |
# File 'lib/quickfix_fields.rb', line 8807 def initialize(data = nil) if( data == nil ) super(1044) else super(1044, data) end end |
Class Method Details
.field ⇒ Object
8804 8805 8806 |
# File 'lib/quickfix_fields.rb', line 8804 def UnderlyingAdjustedQuantity.field return 1044 end |