Class: Quickfix::NoUnderlyingCashSettlDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingCashSettlDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingCashSettlDateBusinessCenters
constructor
A new instance of NoUnderlyingCashSettlDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingCashSettlDateBusinessCenters
Returns a new instance of NoUnderlyingCashSettlDateBusinessCenters.
70921 70922 70923 70924 70925 70926 70927 |
# File 'lib/quickfix_fields.rb', line 70921 def initialize(data = nil) if( data == nil ) super(42788) else super(42788, data) end end |