Class: Quickfix::UnderlyingFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFXRateCalc
constructor
A new instance of UnderlyingFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFXRateCalc
Returns a new instance of UnderlyingFXRateCalc.
14033 14034 14035 14036 14037 14038 14039 |
# File 'lib/quickfix_fields.rb', line 14033 def initialize(data = nil) if( data == nil ) super(1046) else super(1046, data) end end |
Class Method Details
.field ⇒ Object
14030 14031 14032 |
# File 'lib/quickfix_fields.rb', line 14030 def .field return 1046 end |