Class: Quickfix::CashSettlDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CashSettlDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDateRelativeTo
constructor
A new instance of CashSettlDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ CashSettlDateRelativeTo
Returns a new instance of CashSettlDateRelativeTo.
63238 63239 63240 63241 63242 63243 63244 |
# File 'lib/quickfix_fields.rb', line 63238 def initialize(data = nil) if( data == nil ) super(42209) else super(42209, data) end end |