Class: Quickfix::RefCstmApplVerID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefCstmApplVerID

Returns a new instance of RefCstmApplVerID.



773
774
775
776
777
778
779
# File 'lib/quickfix_fields.rb', line 773

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