Class: Quickfix::UnderlyingPaymentStreamPricingDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayCount
constructor
A new instance of UnderlyingPaymentStreamPricingDayCount.
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 |