Class: Quickfix::UnderlyingPriceUnitOfMeasureQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPriceUnitOfMeasureQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureQty
constructor
A new instance of UnderlyingPriceUnitOfMeasureQty.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureQty
Returns a new instance of UnderlyingPriceUnitOfMeasureQty.
14059 14060 14061 14062 14063 14064 14065 |
# File 'lib/quickfix_fields.rb', line 14059 def initialize(data = nil) if( data == nil ) super(1425) else super(1425, data) end end |
Class Method Details
.field ⇒ Object
14056 14057 14058 |
# File 'lib/quickfix_fields.rb', line 14056 def .field return 1425 end |