Class: Quickfix::CalculationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CalculationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CalculationMethod
constructor
A new instance of CalculationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CalculationMethod
Returns a new instance of CalculationMethod.
62705 62706 62707 62708 62709 62710 62711 |
# File 'lib/quickfix_fields.rb', line 62705 def initialize(data = nil) if( data == nil ) super(2592) else super(2592, data) end end |
Class Method Details
.field ⇒ Object
62702 62703 62704 |
# File 'lib/quickfix_fields.rb', line 62702 def CalculationMethod.field return 2592 end |