Class: Quickfix::UnderlyingPaymentStreamPaymentDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamPaymentDateRelativeTo.



34937
34938
34939
34940
34941
34942
34943
# File 'lib/quickfix_fields.rb', line 34937

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

Class Method Details

.fieldObject



34934
34935
34936
# File 'lib/quickfix_fields.rb', line 34934

def UnderlyingPaymentStreamPaymentDateRelativeTo.field
  return 40588
end