Class: Quickfix::LegStreamFirstCompoundingPeriodEndDateUnadjusted

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

Returns a new instance of LegStreamFirstCompoundingPeriodEndDateUnadjusted.



30829
30830
30831
30832
30833
30834
30835
# File 'lib/quickfix_fields.rb', line 30829

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

Class Method Details

.fieldObject



30826
30827
30828
# File 'lib/quickfix_fields.rb', line 30826

def LegStreamFirstCompoundingPeriodEndDateUnadjusted.field
  return 40272
end