Class: Quickfix::InViewOfCommon
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::InViewOfCommon
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InViewOfCommon
constructor
A new instance of InViewOfCommon.
Constructor Details
#initialize(data = nil) ⇒ InViewOfCommon
Returns a new instance of InViewOfCommon.
4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/quickfix_fields.rb', line 4153 def initialize(data = nil) if( data == nil ) super(328) else super(328, data) end end |