Class: Quickfix::UnderlyingStreamFirstCompoundingPeriodEndDateUnadjusted

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

Class Method Details

.fieldObject



34609
34610
34611
# File 'lib/quickfix_fields.rb', line 34609

def UnderlyingStreamFirstCompoundingPeriodEndDateUnadjusted.field
  return 40563
end