Class: Quickfix::UnderlyingPaymentStreamDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDayCount
constructor
A new instance of UnderlyingPaymentStreamDayCount.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDayCount
34729 34730 34731 34732 34733 34734 34735 |
# File 'lib/quickfix_fields.rb', line 34729 def initialize(data = nil) if( data == nil ) super(40572) else super(40572, data) end end |