Class: Quickfix::RegistRejReasonText

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistRejReasonText

Returns a new instance of RegistRejReasonText.



6844
6845
6846
6847
6848
6849
6850
# File 'lib/quickfix_fields.rb', line 6844

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