Class: Quickfix::UnderlyingPaymentStubEndDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStubEndDateRelativeTo.



73755
73756
73757
73758
73759
73760
73761
# File 'lib/quickfix_fields.rb', line 73755

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

Class Method Details

.fieldObject



73752
73753
73754
# File 'lib/quickfix_fields.rb', line 73752

def UnderlyingPaymentStubEndDateRelativeTo.field
  return 42986
end