Class: Quickfix::DefaultVerIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::DefaultVerIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13331 13332 13333 13334 13335 13336 13337 |
# File 'lib/quickfix_fields.rb', line 13331 def initialize(data = nil) if( data == nil ) super(1410) else super(1410, data) end end |
Class Method Details
.field ⇒ Object
13328 13329 13330 |
# File 'lib/quickfix_fields.rb', line 13328 def DefaultVerIndicator.field return 1410 end |