Class: Quickfix::PaymentStreamCompoundingDatesBusinessDayConvention

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

Returns a new instance of PaymentStreamCompoundingDatesBusinessDayConvention.



68581
68582
68583
68584
68585
68586
68587
# File 'lib/quickfix_fields.rb', line 68581

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

Class Method Details

.fieldObject



68578
68579
68580
# File 'lib/quickfix_fields.rb', line 68578

def PaymentStreamCompoundingDatesBusinessDayConvention.field
  return 42609
end