Class: Quickfix::PaymentStubStartDateRelativeTo

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



69764
69765
69766
69767
69768
69769
69770
# File 'lib/quickfix_fields.rb', line 69764

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

Class Method Details

.fieldObject



69761
69762
69763
# File 'lib/quickfix_fields.rb', line 69761

def PaymentStubStartDateRelativeTo.field
  return 42700
end