Class: Quickfix::DefaultCstmApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DefaultCstmApplVerID

Returns a new instance of DefaultCstmApplVerID.



17946
17947
17948
17949
17950
17951
17952
# File 'lib/quickfix_fields.rb', line 17946

def initialize(data = nil)
	if( data == nil )
		super(1408)
	else
		super(1408, data)
	end
end

Class Method Details

.fieldObject



17943
17944
17945
# File 'lib/quickfix_fields.rb', line 17943

def DefaultCstmApplVerID.field
	return 1408
end