Class: Quickfix::TotNoMarketSegmentReports

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

Returns a new instance of TotNoMarketSegmentReports.



61990
61991
61992
61993
61994
61995
61996
# File 'lib/quickfix_fields.rb', line 61990

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

Class Method Details

.fieldObject



61987
61988
61989
# File 'lib/quickfix_fields.rb', line 61987

def TotNoMarketSegmentReports.field
	return 2537
end