Class: Quickfix::CstmApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CstmApplVerID

Returns a new instance of CstmApplVerID.



747
748
749
750
751
752
753
# File 'lib/quickfix_fields.rb', line 747

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

Class Method Details

.fieldObject



744
745
746
# File 'lib/quickfix_fields.rb', line 744

def CstmApplVerID.field
	return 1129
end