Class: Quickfix::UnderlyingPaymentStreamPricingBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPricingBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamPricingBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamPricingBusinessDayConvention.
55425 55426 55427 55428 55429 55430 55431 |
# File 'lib/quickfix_fields.rb', line 55425 def initialize(data = nil) if( data == nil ) super(41934) else super(41934, data) end end |