Class: Quickfix::SettlPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlPriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPriceUnitOfMeasure
constructor
A new instance of SettlPriceUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlPriceUnitOfMeasure
Returns a new instance of SettlPriceUnitOfMeasure.
24680 24681 24682 24683 24684 24685 24686 |
# File 'lib/quickfix_fields.rb', line 24680 def initialize(data = nil) if( data == nil ) super(1886) else super(1886, data) end end |
Class Method Details
.field ⇒ Object
24677 24678 24679 |
# File 'lib/quickfix_fields.rb', line 24677 def SettlPriceUnitOfMeasure.field return 1886 end |