Class: Quickfix::PaymentStreamCompoundingDatesRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingDatesRelativeTo

Returns a new instance of PaymentStreamCompoundingDatesRelativeTo.



68594
68595
68596
68597
68598
68599
68600
# File 'lib/quickfix_fields.rb', line 68594

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