Class: Quickfix::ExecRestatementReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecRestatementReason

Returns a new instance of ExecRestatementReason.



175
176
177
178
179
180
181
# File 'lib/quickfix_fields.rb', line 175

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

Class Method Details

.fieldObject



172
173
174
# File 'lib/quickfix_fields.rb', line 172

def ExecRestatementReason.field
	return 378
end