Class: Quickfix::LegCashSettlBusinessDays
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegCashSettlBusinessDays
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlBusinessDays
constructor
A new instance of LegCashSettlBusinessDays.
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlBusinessDays
Returns a new instance of LegCashSettlBusinessDays.
46858 46859 46860 46861 46862 46863 46864 |
# File 'lib/quickfix_fields.rb', line 46858 def initialize(data = nil) if( data == nil ) super(41356) else super(41356, data) end end |