Class: Quickfix::CollateralFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::CollateralFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralFXRateCalc
constructor
A new instance of CollateralFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ CollateralFXRateCalc
Returns a new instance of CollateralFXRateCalc.
40280 40281 40282 40283 40284 40285 40286 |
# File 'lib/quickfix_fields.rb', line 40280 def initialize(data = nil) if( data == nil ) super(2091) else super(2091, data) end end |
Class Method Details
.field ⇒ Object
40277 40278 40279 |
# File 'lib/quickfix_fields.rb', line 40277 def CollateralFXRateCalc.field return 2091 end |