Class: Quickfix::LegComplexEventDateAdjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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