Class: Quickfix::SettlPriceFxRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SettlPriceFxRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPriceFxRateCalc
constructor
A new instance of SettlPriceFxRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SettlPriceFxRateCalc
Returns a new instance of SettlPriceFxRateCalc.
57219 57220 57221 57222 57223 57224 57225 |
# File 'lib/quickfix_fields.rb', line 57219 def initialize(data = nil) if( data == nil ) super(2366) else super(2366, data) end end |
Class Method Details
.field ⇒ Object
57216 57217 57218 |
# File 'lib/quickfix_fields.rb', line 57216 def SettlPriceFxRateCalc.field return 2366 end |