Class: Quickfix::UnderlyingStreamCalculationPeriodDateType

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

Returns a new instance of UnderlyingStreamCalculationPeriodDateType.



55685
55686
55687
55688
55689
55690
55691
# File 'lib/quickfix_fields.rb', line 55685

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

Class Method Details

.fieldObject



55682
55683
55684
# File 'lib/quickfix_fields.rb', line 55682

def UnderlyingStreamCalculationPeriodDateType.field
  return 41956
end