Class: Quickfix::PaymentStubEndDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStubEndDateRelativeTo

Returns a new instance of PaymentStubEndDateRelativeTo.



69647
69648
69649
69650
69651
69652
69653
# File 'lib/quickfix_fields.rb', line 69647

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

Class Method Details

.fieldObject



69644
69645
69646
# File 'lib/quickfix_fields.rb', line 69644

def PaymentStubEndDateRelativeTo.field
  return 42691
end