Class: Quickfix::ReturnRateQuoteExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReturnRateQuoteExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteExchange
constructor
A new instance of ReturnRateQuoteExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteExchange
Returns a new instance of ReturnRateQuoteExchange.
70466 70467 70468 70469 70470 70471 70472 |
# File 'lib/quickfix_fields.rb', line 70466 def initialize(data = nil) if( data == nil ) super(42753) else super(42753, data) end end |
Class Method Details
.field ⇒ Object
70463 70464 70465 |
# File 'lib/quickfix_fields.rb', line 70463 def ReturnRateQuoteExchange.field return 42753 end |