Class: Quickfix::DefaultApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DefaultApplVerID

Returns a new instance of DefaultApplVerID.



15125
15126
15127
15128
15129
15130
15131
# File 'lib/quickfix_fields.rb', line 15125

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

Class Method Details

.fieldObject



15122
15123
15124
# File 'lib/quickfix_fields.rb', line 15122

def DefaultApplVerID.field
	return 1137
end