Class: Quickfix::TradeReportType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeReportType

Returns a new instance of TradeReportType.



13604
13605
13606
13607
13608
13609
13610
# File 'lib/quickfix_fields.rb', line 13604

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

Class Method Details

.fieldObject



13601
13602
13603
# File 'lib/quickfix_fields.rb', line 13601

def TradeReportType.field
	return 856
end