Class: Quickfix::LegPaymentStreamPricingDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamPricingDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayCount
constructor
A new instance of LegPaymentStreamPricingDayCount.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayCount
Returns a new instance of LegPaymentStreamPricingDayCount.
50381 50382 50383 50384 50385 50386 50387 |
# File 'lib/quickfix_fields.rb', line 50381 def initialize(data = nil) if( data == nil ) super(41584) else super(41584, data) end end |