Class: Quickfix::ExecRestatementReason

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecRestatementReason

Returns a new instance of ExecRestatementReason.



4712
4713
4714
4715
4716
4717
4718
# File 'lib/quickfix_fields.rb', line 4712

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