Class: Quickfix::SettlCurrFxRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SettlCurrFxRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlCurrFxRateCalc
constructor
A new instance of SettlCurrFxRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SettlCurrFxRateCalc
Returns a new instance of SettlCurrFxRateCalc.
2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/quickfix_fields.rb', line 2437 def initialize(data = nil) if( data == nil ) super(156) else super(156, data) end end |
Class Method Details
.field ⇒ Object
2434 2435 2436 |
# File 'lib/quickfix_fields.rb', line 2434 def SettlCurrFxRateCalc.field return 156 end |