Class: Quickfix::PaymentStubStartDateAdjusted

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

Returns a new instance of PaymentStubStartDateAdjusted.



69816
69817
69818
69819
69820
69821
69822
# File 'lib/quickfix_fields.rb', line 69816

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

Class Method Details

.fieldObject



69813
69814
69815
# File 'lib/quickfix_fields.rb', line 69813

def PaymentStubStartDateAdjusted.field
  return 42704
end