Class: Quickfix::RefApplVerID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefApplVerID

Returns a new instance of RefApplVerID.



760
761
762
763
764
765
766
# File 'lib/quickfix_fields.rb', line 760

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