Class: Quickfix::ComplexEventXID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventXID

Returns a new instance of ComplexEventXID.



41450
41451
41452
41453
41454
41455
41456
# File 'lib/quickfix_fields.rb', line 41450

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

Class Method Details

.fieldObject



41447
41448
41449
# File 'lib/quickfix_fields.rb', line 41447

def ComplexEventXID.field
  return 2138
end