Class: Quickfix::LegReturnRateQuoteUnits
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateQuoteUnits
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteUnits
constructor
A new instance of LegReturnRateQuoteUnits.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteUnits
Returns a new instance of LegReturnRateQuoteUnits.
67762 67763 67764 67765 67766 67767 67768 |
# File 'lib/quickfix_fields.rb', line 67762 def initialize(data = nil) if( data == nil ) super(42543) else super(42543, data) end end |
Class Method Details
.field ⇒ Object
67759 67760 67761 |
# File 'lib/quickfix_fields.rb', line 67759 def LegReturnRateQuoteUnits.field return 42543 end |