Class: Quickfix::UnderlyingPaymentStreamPricingDayDistribution
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayDistribution
constructor
A new instance of UnderlyingPaymentStreamPricingDayDistribution.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayDistribution
55386 55387 55388 55389 55390 55391 55392 |
# File 'lib/quickfix_fields.rb', line 55386 def initialize(data = nil) if( data == nil ) super(41931) else super(41931, data) end end |