Class: Quickfix::LegComplexEventXID

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

Returns a new instance of LegComplexEventXID.



47807
47808
47809
47810
47811
47812
47813
# File 'lib/quickfix_fields.rb', line 47807

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

Class Method Details

.fieldObject



47804
47805
47806
# File 'lib/quickfix_fields.rb', line 47804

def LegComplexEventXID.field
  return 2248
end