Class: Quickfix::BusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BusinessDayConvention
constructor
A new instance of BusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ BusinessDayConvention
Returns a new instance of BusinessDayConvention.
39227 39228 39229 39230 39231 39232 39233 |
# File 'lib/quickfix_fields.rb', line 39227 def initialize(data = nil) if( data == nil ) super(40921) else super(40921, data) end end |
Class Method Details
.field ⇒ Object
39224 39225 39226 |
# File 'lib/quickfix_fields.rb', line 39224 def BusinessDayConvention.field return 40921 end |