Class: Quickfix::UnderlyingPaymentStreamNonDeliverableFixingDatesBizDayConvention

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

Returns a new instance of UnderlyingPaymentStreamNonDeliverableFixingDatesBizDayConvention.



35730
35731
35732
35733
35734
35735
35736
# File 'lib/quickfix_fields.rb', line 35730

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

Class Method Details

.fieldObject



35727
35728
35729
# File 'lib/quickfix_fields.rb', line 35727

def UnderlyingPaymentStreamNonDeliverableFixingDatesBizDayConvention.field
  return 40649
end