Class: Quickfix::NoUnderlyingPaymentStreamPricingDates

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

Returns a new instance of NoUnderlyingPaymentStreamPricingDates.



55490
55491
55492
55493
55494
55495
55496
# File 'lib/quickfix_fields.rb', line 55490

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

Class Method Details

.fieldObject



55487
55488
55489
# File 'lib/quickfix_fields.rb', line 55487

def NoUnderlyingPaymentStreamPricingDates.field
  return 41941
end