Class: Quickfix::UnderlyingReturnRateQuoteExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuoteExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExchange
constructor
A new instance of UnderlyingReturnRateQuoteExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExchange
74613 74614 74615 74616 74617 74618 74619 |
# File 'lib/quickfix_fields.rb', line 74613 def initialize(data = nil) if( data == nil ) super(43052) else super(43052, data) end end |
Class Method Details
.field ⇒ Object
74610 74611 74612 |
# File 'lib/quickfix_fields.rb', line 74610 def .field return 43052 end |