Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamResetDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamResetDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamResetDateBusinessDayConvention.
35002 35003 35004 35005 35006 35007 35008 |
# File 'lib/quickfix_fields.rb', line 35002 def initialize(data = nil) if( data == nil ) super(40593) else super(40593, data) end end |