Class: Quickfix::UnderlyingComplexEventDateAdjusted

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

Returns a new instance of UnderlyingComplexEventDateAdjusted.



52448
52449
52450
52451
52452
52453
52454
# File 'lib/quickfix_fields.rb', line 52448

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

Class Method Details

.fieldObject



52445
52446
52447
# File 'lib/quickfix_fields.rb', line 52445

def UnderlyingComplexEventDateAdjusted.field
  return 41745
end