Class: Quickfix::SideValue2
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SideValue2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideValue2
constructor
A new instance of SideValue2.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SideValue2
Returns a new instance of SideValue2.
4946 4947 4948 4949 4950 4951 4952 |
# File 'lib/quickfix_fields.rb', line 4946 def initialize(data = nil) if( data == nil ) super(397) else super(397, data) end end |
Class Method Details
.field ⇒ Object
4943 4944 4945 |
# File 'lib/quickfix_fields.rb', line 4943 def SideValue2.field return 397 end |