Class: Quickfix::ConfirmRejReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ConfirmRejReason

Returns a new instance of ConfirmRejReason.



7312
7313
7314
7315
7316
7317
7318
# File 'lib/quickfix_fields.rb', line 7312

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

Class Method Details

.fieldObject



7309
7310
7311
# File 'lib/quickfix_fields.rb', line 7309

def ConfirmRejReason.field
	return 774
end