Class: Quickfix::SideValue2
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ SideValue2
Returns a new instance of SideValue2.
12915 12916 12917 12918 12919 12920 12921 |
# File 'lib/quickfix_fields.rb', line 12915 def initialize(data = nil) if( data == nil ) super(397) else super(397, data) end end |
Class Method Details
.field ⇒ Object
12912 12913 12914 |
# File 'lib/quickfix_fields.rb', line 12912 def SideValue2.field return 397 end |