Class: Quickfix::LegComplexEventFixingTimeBusinessCenter

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

Returns a new instance of LegComplexEventFixingTimeBusinessCenter.



47391
47392
47393
47394
47395
47396
47397
# File 'lib/quickfix_fields.rb', line 47391

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

Class Method Details

.fieldObject



47388
47389
47390
# File 'lib/quickfix_fields.rb', line 47388

def LegComplexEventFixingTimeBusinessCenter.field
  return 41397
end