Class: Quickfix::ReturnRateQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReturnRateQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteCurrency
constructor
A new instance of ReturnRateQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteCurrency
Returns a new instance of ReturnRateQuoteCurrency.
70375 70376 70377 70378 70379 70380 70381 |
# File 'lib/quickfix_fields.rb', line 70375 def initialize(data = nil) if( data == nil ) super(42746) else super(42746, data) end end |
Class Method Details
.field ⇒ Object
70372 70373 70374 |
# File 'lib/quickfix_fields.rb', line 70372 def ReturnRateQuoteCurrency.field return 42746 end |