Class: Quickfix::ConfirmStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ConfirmStatus

Returns a new instance of ConfirmStatus.



9171
9172
9173
9174
9175
9176
9177
# File 'lib/quickfix_fields.rb', line 9171

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

Class Method Details

.fieldObject



9168
9169
9170
# File 'lib/quickfix_fields.rb', line 9168

def ConfirmStatus.field
	return 665
end