Class: Quickfix::BusinessDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BusinessDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BusinessDayType
constructor
A new instance of BusinessDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ BusinessDayType
Returns a new instance of BusinessDayType.
62562 62563 62564 62565 62566 62567 62568 |
# File 'lib/quickfix_fields.rb', line 62562 def initialize(data = nil) if( data == nil ) super(2581) else super(2581, data) end end |
Class Method Details
.field ⇒ Object
62559 62560 62561 |
# File 'lib/quickfix_fields.rb', line 62559 def BusinessDayType.field return 2581 end |