Class: Quickfix::UnderlyingReturnRateFXCurrencySymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateFXCurrencySymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateFXCurrencySymbol
constructor
A new instance of UnderlyingReturnRateFXCurrencySymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateFXCurrencySymbol
Returns a new instance of UnderlyingReturnRateFXCurrencySymbol.
74340 74341 74342 74343 74344 74345 74346 |
# File 'lib/quickfix_fields.rb', line 74340 def initialize(data = nil) if( data == nil ) super(43031) else super(43031, data) end end |
Class Method Details
.field ⇒ Object
74337 74338 74339 |
# File 'lib/quickfix_fields.rb', line 74337 def .field return 43031 end |