Class: Quickfix::LegReturnRateQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteCurrency
constructor
A new instance of LegReturnRateQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteCurrency
Returns a new instance of LegReturnRateQuoteCurrency.
67788 67789 67790 67791 67792 67793 67794 |
# File 'lib/quickfix_fields.rb', line 67788 def initialize(data = nil) if( data == nil ) super(42545) else super(42545, data) end end |
Class Method Details
.field ⇒ Object
67785 67786 67787 |
# File 'lib/quickfix_fields.rb', line 67785 def LegReturnRateQuoteCurrency.field return 42545 end |