Class: Quickfix::UnderlyingReturnRatePriceCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRatePriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRatePriceCurrency
constructor
A new instance of UnderlyingReturnRatePriceCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRatePriceCurrency
Returns a new instance of UnderlyingReturnRatePriceCurrency.
74808 74809 74810 74811 74812 74813 74814 |
# File 'lib/quickfix_fields.rb', line 74808 def initialize(data = nil) if( data == nil ) super(43067) else super(43067, data) end end |
Class Method Details
.field ⇒ Object
74805 74806 74807 |
# File 'lib/quickfix_fields.rb', line 74805 def .field return 43067 end |