Class: Quickfix::LegPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
2450 2451 2452 2453 2454 2455 2456 |
# File 'lib/quickfix_fields.rb', line 2450 def initialize(data = nil) if( data == nil ) super(1421) else super(1421, data) end end |
Class Method Details
.field ⇒ Object
2447 2448 2449 |
# File 'lib/quickfix_fields.rb', line 2447 def LegPriceUnitOfMeasure.field return 1421 end |