Class: Quickfix::LegStreamCalculationPeriodDateType

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

Class Method Details

.fieldObject



51080
51081
51082
# File 'lib/quickfix_fields.rb', line 51080

def LegStreamCalculationPeriodDateType.field
  return 41640
end