Class: Quickfix::PaymentDateUnadjusted

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

Returns a new instance of PaymentDateUnadjusted.



30153
30154
30155
30156
30157
30158
30159
# File 'lib/quickfix_fields.rb', line 30153

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

Class Method Details

.fieldObject



30150
30151
30152
# File 'lib/quickfix_fields.rb', line 30150

def PaymentDateUnadjusted.field
  return 40219
end