Class: Quickfix::UnderlyingFactor
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFactor
constructor
A new instance of UnderlyingFactor.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFactor
Returns a new instance of UnderlyingFactor.
5999 6000 6001 6002 6003 6004 6005 |
# File 'lib/quickfix_fields.rb', line 5999 def initialize(data = nil) if( data == nil ) super(246) else super(246, data) end end |
Class Method Details
.field ⇒ Object
5996 5997 5998 |
# File 'lib/quickfix_fields.rb', line 5996 def .field return 246 end |