Class: Quickfix::PaymentDateAdjusted

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

Returns a new instance of PaymentDateAdjusted.



30192
30193
30194
30195
30196
30197
30198
# File 'lib/quickfix_fields.rb', line 30192

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

Class Method Details

.fieldObject



30189
30190
30191
# File 'lib/quickfix_fields.rb', line 30189

def PaymentDateAdjusted.field
  return 40222
end