Class: Quickfix::UnderlyingStreamFirstCompoundingPeriodEndDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamFirstCompoundingPeriodEndDateUnadjusted

Returns a new instance of UnderlyingStreamFirstCompoundingPeriodEndDateUnadjusted.



34612
34613
34614
34615
34616
34617
34618
# File 'lib/quickfix_fields.rb', line 34612

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