Class: Quickfix::PayCollectFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::PayCollectFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectFXRateCalc
constructor
A new instance of PayCollectFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ PayCollectFXRateCalc
Returns a new instance of PayCollectFXRateCalc.
40332 40333 40334 40335 40336 40337 40338 |
# File 'lib/quickfix_fields.rb', line 40332 def initialize(data = nil) if( data == nil ) super(2095) else super(2095, data) end end |
Class Method Details
.field ⇒ Object
40329 40330 40331 |
# File 'lib/quickfix_fields.rb', line 40329 def PayCollectFXRateCalc.field return 2095 end |