Class: Quickfix::CstmApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CstmApplVerID

Returns a new instance of CstmApplVerID.



15814
15815
15816
15817
15818
15819
15820
# File 'lib/quickfix_fields.rb', line 15814

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

Class Method Details

.fieldObject



15811
15812
15813
# File 'lib/quickfix_fields.rb', line 15811

def CstmApplVerID.field
	return 1129
end