Class: Quickfix::LegComplexEventFixingTime

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

Returns a new instance of LegComplexEventFixingTime.



47378
47379
47380
47381
47382
47383
47384
# File 'lib/quickfix_fields.rb', line 47378

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

Class Method Details

.fieldObject



47375
47376
47377
# File 'lib/quickfix_fields.rb', line 47375

def LegComplexEventFixingTime.field
  return 41396
end