Class: Quickfix::DefaultVerIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

Class Method Details

.fieldObject



18047
18048
18049
# File 'lib/quickfix_fields.rb', line 18047

def DefaultVerIndicator.field
	return 1410
end