Class: Quickfix::PaymentStreamLastRegularPaymentDateUnadjusted

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

Returns a new instance of PaymentStreamLastRegularPaymentDateUnadjusted.



37134
37135
37136
37137
37138
37139
37140
# File 'lib/quickfix_fields.rb', line 37134

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

Class Method Details

.fieldObject



37131
37132
37133
# File 'lib/quickfix_fields.rb', line 37131

def PaymentStreamLastRegularPaymentDateUnadjusted.field
  return 40757
end