Class: Quickfix::LegComplexEventDateAdjusted

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

Returns a new instance of LegComplexEventDateAdjusted.



47365
47366
47367
47368
47369
47370
47371
# File 'lib/quickfix_fields.rb', line 47365

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

Class Method Details

.fieldObject



47362
47363
47364
# File 'lib/quickfix_fields.rb', line 47362

def LegComplexEventDateAdjusted.field
  return 41395
end