Class: Quickfix::ComplexEventType

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



19636
19637
19638
19639
19640
19641
19642
# File 'lib/quickfix_fields.rb', line 19636

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

Class Method Details

.fieldObject



19633
19634
19635
# File 'lib/quickfix_fields.rb', line 19633

def ComplexEventType.field
  return 1484
end