Class: Quickfix::UnderlyingBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingBusinessDayConvention
constructor
A new instance of UnderlyingBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingBusinessDayConvention
Returns a new instance of UnderlyingBusinessDayConvention.
39786 39787 39788 39789 39790 39791 39792 |
# File 'lib/quickfix_fields.rb', line 39786 def initialize(data = nil) if( data == nil ) super(40964) else super(40964, data) end end |
Class Method Details
.field ⇒ Object
39783 39784 39785 |
# File 'lib/quickfix_fields.rb', line 39783 def .field return 40964 end |