Class: Quickfix::DefaultVerIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



13328
13329
13330
# File 'lib/quickfix_fields.rb', line 13328

def DefaultVerIndicator.field
	return 1410
end