Class: Quickfix::NoLegComplexEventPeriods

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

Returns a new instance of NoLegComplexEventPeriods.



47157
47158
47159
47160
47161
47162
47163
# File 'lib/quickfix_fields.rb', line 47157

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

Class Method Details

.fieldObject



47154
47155
47156
# File 'lib/quickfix_fields.rb', line 47154

def NoLegComplexEventPeriods.field
  return 41379
end