Class: Quickfix::NoUnderlyingPaymentStreamFixingDates

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

Returns a new instance of NoUnderlyingPaymentStreamFixingDates.



73352
73353
73354
73355
73356
73357
73358
# File 'lib/quickfix_fields.rb', line 73352

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

Class Method Details

.fieldObject



73349
73350
73351
# File 'lib/quickfix_fields.rb', line 73349

def NoUnderlyingPaymentStreamFixingDates.field
  return 42955
end