Class: Quickfix::SideCollateralFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SideCollateralFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralFXRateCalc
constructor
A new instance of SideCollateralFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SideCollateralFXRateCalc
Returns a new instance of SideCollateralFXRateCalc.
75601 75602 75603 75604 75605 75606 75607 |
# File 'lib/quickfix_fields.rb', line 75601 def initialize(data = nil) if( data == nil ) super(2697) else super(2697, data) end end |
Class Method Details
.field ⇒ Object
75598 75599 75600 |
# File 'lib/quickfix_fields.rb', line 75598 def SideCollateralFXRateCalc.field return 2697 end |