Class: Quickfix::LegPaymentStreamLastRegularPaymentDateUnadjusted

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

Returns a new instance of LegPaymentStreamLastRegularPaymentDateUnadjusted.



31167
31168
31169
31170
31171
31172
31173
# File 'lib/quickfix_fields.rb', line 31167

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

Class Method Details

.fieldObject



31164
31165
31166
# File 'lib/quickfix_fields.rb', line 31164

def LegPaymentStreamLastRegularPaymentDateUnadjusted.field
  return 40298
end