Class: Quickfix::ApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplVerID

Returns a new instance of ApplVerID.



5427
5428
5429
5430
5431
5432
5433
# File 'lib/quickfix_fields.rb', line 5427

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

Class Method Details

.fieldObject



5424
5425
5426
# File 'lib/quickfix_fields.rb', line 5424

def ApplVerID.field
	return 1128
end