Class: Quickfix::LegStreamVersionEffectiveDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamVersionEffectiveDate

Returns a new instance of LegStreamVersionEffectiveDate.



68295
68296
68297
68298
68299
68300
68301
# File 'lib/quickfix_fields.rb', line 68295

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