Class: Quickfix::LegReturnRateFXCurrencySymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateFXCurrencySymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateFXCurrencySymbol
constructor
A new instance of LegReturnRateFXCurrencySymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateFXCurrencySymbol
Returns a new instance of LegReturnRateFXCurrencySymbol.
67606 67607 67608 67609 67610 67611 67612 |
# File 'lib/quickfix_fields.rb', line 67606 def initialize(data = nil) if( data == nil ) super(42531) else super(42531, data) end end |
Class Method Details
.field ⇒ Object
67603 67604 67605 |
# File 'lib/quickfix_fields.rb', line 67603 def LegReturnRateFXCurrencySymbol.field return 42531 end |