Class: Quickfix::TradingBusinessDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradingBusinessDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingBusinessDays
constructor
A new instance of TradingBusinessDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradingBusinessDays
Returns a new instance of TradingBusinessDays.
62627 62628 62629 62630 62631 62632 62633 |
# File 'lib/quickfix_fields.rb', line 62627 def initialize(data = nil) if( data == nil ) super(2586) else super(2586, data) end end |
Class Method Details
.field ⇒ Object
62624 62625 62626 |
# File 'lib/quickfix_fields.rb', line 62624 def TradingBusinessDays.field return 2586 end |