Class: Quickfix::UnderlyingPaymentStreamPricingDayCount

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

Returns a new instance of UnderlyingPaymentStreamPricingDayCount.



55399
55400
55401
55402
55403
55404
55405
# File 'lib/quickfix_fields.rb', line 55399

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

Class Method Details

.fieldObject



55396
55397
55398
# File 'lib/quickfix_fields.rb', line 55396

def UnderlyingPaymentStreamPricingDayCount.field
  return 41932
end