Class: Quickfix::TotNumMarketSettlementReports

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

Returns a new instance of TotNumMarketSettlementReports.



79449
79450
79451
79452
79453
79454
79455
# File 'lib/quickfix_fields.rb', line 79449

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

Class Method Details

.fieldObject



79446
79447
79448
# File 'lib/quickfix_fields.rb', line 79446

def TotNumMarketSettlementReports.field
	return 20106
end