Class: Quickfix::UnderlyingPaymentStreamPaymentDateRelativeTo

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

Instance Method Summary collapse

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