Class: Quickfix::UnderlyingPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14280 14281 14282 14283 14284 14285 14286 |
# File 'lib/quickfix_fields.rb', line 14280 def initialize(data = nil) if( data == nil ) super(1424) else super(1424, data) end end |
Class Method Details
.field ⇒ Object
14277 14278 14279 |
# File 'lib/quickfix_fields.rb', line 14277 def UnderlyingPriceUnitOfMeasure.field return 1424 end |