Class: Quickfix::UnderlyingPriceUnitOfMeasureCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPriceUnitOfMeasureCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureCurrency
constructor
A new instance of UnderlyingPriceUnitOfMeasureCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureCurrency
Returns a new instance of UnderlyingPriceUnitOfMeasureCurrency.
22743 22744 22745 22746 22747 22748 22749 |
# File 'lib/quickfix_fields.rb', line 22743 def initialize(data = nil) if( data == nil ) super(1719) else super(1719, data) end end |
Class Method Details
.field ⇒ Object
22740 22741 22742 |
# File 'lib/quickfix_fields.rb', line 22740 def .field return 1719 end |