Class: Quickfix::SideValue1
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ SideValue1
Returns a new instance of SideValue1.
12772 12773 12774 12775 12776 12777 12778 |
# File 'lib/quickfix_fields.rb', line 12772 def initialize(data = nil) if( data == nil ) super(396) else super(396, data) end end |
Class Method Details
.field ⇒ Object
12769 12770 12771 |
# File 'lib/quickfix_fields.rb', line 12769 def SideValue1.field return 396 end |