Class: Quickfix::LegPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPriceUnitOfMeasure
constructor
A new instance of LegPriceUnitOfMeasure.
Constructor Details
#initialize(data = nil) ⇒ LegPriceUnitOfMeasure
Returns a new instance of LegPriceUnitOfMeasure.
17595 17596 17597 17598 17599 17600 17601 |
# File 'lib/quickfix_fields.rb', line 17595 def initialize(data = nil) if( data == nil ) super(1421) else super(1421, data) end end |