Class: Quickfix::NoLegComplexEventPeriodDateTimes

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

Returns a new instance of NoLegComplexEventPeriodDateTimes.



47118
47119
47120
47121
47122
47123
47124
# File 'lib/quickfix_fields.rb', line 47118

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

Class Method Details

.fieldObject



47115
47116
47117
# File 'lib/quickfix_fields.rb', line 47115

def NoLegComplexEventPeriodDateTimes.field
  return 41376
end