Class: Quickfix::UnderlyingStreamTerminationDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamTerminationDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateBusinessDayConvention
constructor
A new instance of UnderlyingStreamTerminationDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateBusinessDayConvention
Returns a new instance of UnderlyingStreamTerminationDateBusinessDayConvention.
34430 34431 34432 34433 34434 34435 34436 |
# File 'lib/quickfix_fields.rb', line 34430 def initialize(data = nil) if( data == nil ) super(40549) else super(40549, data) end end |