Class: Quickfix::TradingBusinessDays
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradingBusinessDays
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingBusinessDays
constructor
A new instance of TradingBusinessDays.
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 |