Class: Quickfix::DefaultVerIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::DefaultVerIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DefaultVerIndicator
constructor
A new instance of DefaultVerIndicator.
Constructor Details
#initialize(data = nil) ⇒ DefaultVerIndicator
Returns a new instance of DefaultVerIndicator.
18050 18051 18052 18053 18054 18055 18056 |
# File 'lib/quickfix_fields.rb', line 18050 def initialize(data = nil) if( data == nil ) super(1410) else super(1410, data) end end |