Class: Quickfix::RefApplVerID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefApplVerID

Returns a new instance of RefApplVerID.



16100
16101
16102
16103
16104
16105
16106
# File 'lib/quickfix_fields.rb', line 16100

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

Class Method Details

.fieldObject



16097
16098
16099
# File 'lib/quickfix_fields.rb', line 16097

def RefApplVerID.field
	return 1130
end