Class: Quickfix::PaymentStubEndDateUnadjusted

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

Returns a new instance of PaymentStubEndDateUnadjusted.



69621
69622
69623
69624
69625
69626
69627
# File 'lib/quickfix_fields.rb', line 69621

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

Class Method Details

.fieldObject



69618
69619
69620
# File 'lib/quickfix_fields.rb', line 69618

def PaymentStubEndDateUnadjusted.field
  return 42689
end