Class: Quickfix::DefaultVerIndicator

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

Instance Method Summary collapse

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