Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo



73287
73288
73289
73290
73291
73292
73293
# File 'lib/quickfix_fields.rb', line 73287

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