Class: Quickfix::LegComplexEventDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventDateUnadjusted

Returns a new instance of LegComplexEventDateUnadjusted.



47287
47288
47289
47290
47291
47292
47293
# File 'lib/quickfix_fields.rb', line 47287

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