Class: Quickfix::LegUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegUnitOfMeasure
constructor
A new instance of LegUnitOfMeasure.
Constructor Details
#initialize(data = nil) ⇒ LegUnitOfMeasure
Returns a new instance of LegUnitOfMeasure.
11615 11616 11617 11618 11619 11620 11621 |
# File 'lib/quickfix_fields.rb', line 11615 def initialize(data = nil) if( data == nil ) super(999) else super(999, data) end end |
Class Method Details
.field ⇒ Object
11612 11613 11614 |
# File 'lib/quickfix_fields.rb', line 11612 def LegUnitOfMeasure.field return 999 end |