Class: Quickfix::TrdRptStatus

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) ⇒ TrdRptStatus

Returns a new instance of TrdRptStatus.



12668
12669
12670
12671
12672
12673
12674
# File 'lib/quickfix_fields.rb', line 12668

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

Class Method Details

.fieldObject



12665
12666
12667
# File 'lib/quickfix_fields.rb', line 12665

def TrdRptStatus.field
	return 939
end