Class: Quickfix::NoCashSettlDealers
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoCashSettlDealers
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCashSettlDealers
constructor
A new instance of NoCashSettlDealers.
Constructor Details
#initialize(data = nil) ⇒ NoCashSettlDealers
Returns a new instance of NoCashSettlDealers.
30894 30895 30896 30897 30898 30899 30900 |
# File 'lib/quickfix_fields.rb', line 30894 def initialize(data = nil) if( data == nil ) super(40277) else super(40277, data) end end |