Class: Quickfix::ExecAckStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ExecAckStatus

Returns a new instance of ExecAckStatus.



13903
13904
13905
13906
13907
13908
13909
# File 'lib/quickfix_fields.rb', line 13903

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

Class Method Details

.fieldObject



13900
13901
13902
# File 'lib/quickfix_fields.rb', line 13900

def ExecAckStatus.field
	return 1036
end