Class: Quickfix::StreamCalculationPeriodDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCalculationPeriodDateType

Returns a new instance of StreamCalculationPeriodDateType.



45376
45377
45378
45379
45380
45381
45382
# File 'lib/quickfix_fields.rb', line 45376

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