Class: Quickfix::UnderlyingReturnRateFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingReturnRateFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateFXRateCalc
constructor
A new instance of UnderlyingReturnRateFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateFXRateCalc
Returns a new instance of UnderlyingReturnRateFXRateCalc.
74366 74367 74368 74369 74370 74371 74372 |
# File 'lib/quickfix_fields.rb', line 74366 def initialize(data = nil) if( data == nil ) super(43033) else super(43033, data) end end |
Class Method Details
.field ⇒ Object
74363 74364 74365 |
# File 'lib/quickfix_fields.rb', line 74363 def .field return 43033 end |