Class: Quickfix::LegStreamCalculationPeriodDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCalculationPeriodDateType

Returns a new instance of LegStreamCalculationPeriodDateType.



51083
51084
51085
51086
51087
51088
51089
# File 'lib/quickfix_fields.rb', line 51083

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