Class: Quickfix::LegBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBusinessDayConvention
constructor
A new instance of LegBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegBusinessDayConvention
Returns a new instance of LegBusinessDayConvention.
39279 39280 39281 39282 39283 39284 39285 |
# File 'lib/quickfix_fields.rb', line 39279 def initialize(data = nil) if( data == nil ) super(40925) else super(40925, data) end end |
Class Method Details
.field ⇒ Object
39276 39277 39278 |
# File 'lib/quickfix_fields.rb', line 39276 def LegBusinessDayConvention.field return 40925 end |