Class: Quickfix::LegComplexEventDateBusinessCenter

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

Returns a new instance of LegComplexEventDateBusinessCenter.



47274
47275
47276
47277
47278
47279
47280
# File 'lib/quickfix_fields.rb', line 47274

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

Class Method Details

.fieldObject



47271
47272
47273
# File 'lib/quickfix_fields.rb', line 47271

def LegComplexEventDateBusinessCenter.field
  return 41388
end