Class: Quickfix::NoPaymentStreamCompoundingDates

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

Returns a new instance of NoPaymentStreamCompoundingDates.



68542
68543
68544
68545
68546
68547
68548
# File 'lib/quickfix_fields.rb', line 68542

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

Class Method Details

.fieldObject



68539
68540
68541
# File 'lib/quickfix_fields.rb', line 68539

def NoPaymentStreamCompoundingDates.field
  return 42606
end