Class: Quickfix::UnderlyingPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
17631 17632 17633 |
# File 'lib/quickfix_fields.rb', line 17631 def UnderlyingPriceUnitOfMeasure.field return 1424 end |