Class: Quickfix::UnderlyingPaymentStreamLastRegularPaymentDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStreamLastRegularPaymentDateUnadjusted.



34924
34925
34926
34927
34928
34929
34930
# File 'lib/quickfix_fields.rb', line 34924

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

Class Method Details

.fieldObject



34921
34922
34923
# File 'lib/quickfix_fields.rb', line 34921

def UnderlyingPaymentStreamLastRegularPaymentDateUnadjusted.field
  return 40587
end