Class: Quickfix::TotNumTradeReports

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNumTradeReports

Returns a new instance of TotNumTradeReports.



16087
16088
16089
16090
16091
16092
16093
# File 'lib/quickfix_fields.rb', line 16087

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

Class Method Details

.fieldObject



16084
16085
16086
# File 'lib/quickfix_fields.rb', line 16084

def TotNumTradeReports.field
	return 748
end