Class: Quickfix::CashSettlBusinessDays
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CashSettlBusinessDays
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlBusinessDays
constructor
A new instance of CashSettlBusinessDays.
Constructor Details
#initialize(data = nil) ⇒ CashSettlBusinessDays
Returns a new instance of CashSettlBusinessDays.
27735 27736 27737 27738 27739 27740 27741 |
# File 'lib/quickfix_fields.rb', line 27735 def initialize(data = nil) if( data == nil ) super(40033) else super(40033, data) end end |