Class: Quickfix::LegStreamLastRegularPeriodEndDateUnadjusted

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

Returns a new instance of LegStreamLastRegularPeriodEndDateUnadjusted.



30842
30843
30844
30845
30846
30847
30848
# File 'lib/quickfix_fields.rb', line 30842

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

Class Method Details

.fieldObject



30839
30840
30841
# File 'lib/quickfix_fields.rb', line 30839

def LegStreamLastRegularPeriodEndDateUnadjusted.field
  return 40273
end