Class: Quickfix::RefCstmApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefCstmApplVerID

Returns a new instance of RefCstmApplVerID.



2125
2126
2127
2128
2129
2130
2131
# File 'lib/quickfix_fields.rb', line 2125

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

Class Method Details

.fieldObject



2122
2123
2124
# File 'lib/quickfix_fields.rb', line 2122

def RefCstmApplVerID.field
	return 1131
end