Class: Quickfix::UnderlyingPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasure
constructor
A new instance of UnderlyingPriceUnitOfMeasure.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasure
Returns a new instance of UnderlyingPriceUnitOfMeasure.
17634 17635 17636 17637 17638 17639 17640 |
# File 'lib/quickfix_fields.rb', line 17634 def initialize(data = nil) if( data == nil ) super(1424) else super(1424, data) end end |