Class: Quickfix::NoUnderlyingComplexEventPeriodDateTimes

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

Returns a new instance of NoUnderlyingComplexEventPeriodDateTimes.



52201
52202
52203
52204
52205
52206
52207
# File 'lib/quickfix_fields.rb', line 52201

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

Class Method Details

.fieldObject



52198
52199
52200
# File 'lib/quickfix_fields.rb', line 52198

def NoUnderlyingComplexEventPeriodDateTimes.field
  return 41726
end