Class: Quickfix::StreamCalculationPeriodDateType

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

Class Method Details

.fieldObject



45373
45374
45375
# File 'lib/quickfix_fields.rb', line 45373

def StreamCalculationPeriodDateType.field
	return 41243
end