Class: Quickfix::ComplexEventPeriodType

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

Returns a new instance of ComplexEventPeriodType.



40917
40918
40919
40920
40921
40922
40923
# File 'lib/quickfix_fields.rb', line 40917

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

Class Method Details

.fieldObject



40914
40915
40916
# File 'lib/quickfix_fields.rb', line 40914

def ComplexEventPeriodType.field
  return 41011
end