Class: Quickfix::PaymentStubEndDateAdjusted

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

Returns a new instance of PaymentStubEndDateAdjusted.



69699
69700
69701
69702
69703
69704
69705
# File 'lib/quickfix_fields.rb', line 69699

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

Class Method Details

.fieldObject



69696
69697
69698
# File 'lib/quickfix_fields.rb', line 69696

def PaymentStubEndDateAdjusted.field
  return 42695
end