Class: Quickfix::UnderlyingReturnRateQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteCurrency
constructor
A new instance of UnderlyingReturnRateQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteCurrency
Returns a new instance of UnderlyingReturnRateQuoteCurrency.
74522 74523 74524 74525 74526 74527 74528 |
# File 'lib/quickfix_fields.rb', line 74522 def initialize(data = nil) if( data == nil ) super(43045) else super(43045, data) end end |
Class Method Details
.field ⇒ Object
74519 74520 74521 |
# File 'lib/quickfix_fields.rb', line 74519 def .field return 43045 end |