Class: Quickfix::SideValue1
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SideValue1
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideValue1
constructor
A new instance of SideValue1.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SideValue1
Returns a new instance of SideValue1.
4933 4934 4935 4936 4937 4938 4939 |
# File 'lib/quickfix_fields.rb', line 4933 def initialize(data = nil) if( data == nil ) super(396) else super(396, data) end end |
Class Method Details
.field ⇒ Object
4930 4931 4932 |
# File 'lib/quickfix_fields.rb', line 4930 def SideValue1.field return 396 end |