Class: Quickfix::PaymentStubStartDateUnadjusted

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

Returns a new instance of PaymentStubStartDateUnadjusted.



69738
69739
69740
69741
69742
69743
69744
# File 'lib/quickfix_fields.rb', line 69738

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

Class Method Details

.fieldObject



69735
69736
69737
# File 'lib/quickfix_fields.rb', line 69735

def PaymentStubStartDateUnadjusted.field
  return 42698
end