Class: Quickfix::StreamTerminationDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamTerminationDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamTerminationDateBusinessDayConvention
constructor
A new instance of StreamTerminationDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamTerminationDateBusinessDayConvention
Returns a new instance of StreamTerminationDateBusinessDayConvention.
28164 28165 28166 28167 28168 28169 28170 |
# File 'lib/quickfix_fields.rb', line 28164 def initialize(data = nil) if( data == nil ) super(40066) else super(40066, data) end end |
Class Method Details
.field ⇒ Object
28161 28162 28163 |
# File 'lib/quickfix_fields.rb', line 28161 def StreamTerminationDateBusinessDayConvention.field return 40066 end |