Class: Quickfix::NoSettlDetails
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoSettlDetails
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSettlDetails
constructor
A new instance of NoSettlDetails.
Constructor Details
#initialize(data = nil) ⇒ NoSettlDetails
Returns a new instance of NoSettlDetails.
16789 16790 16791 16792 16793 16794 16795 |
# File 'lib/quickfix_fields.rb', line 16789 def initialize(data = nil) if( data == nil ) super(1158) else super(1158, data) end end |
Class Method Details
.field ⇒ Object
16786 16787 16788 |
# File 'lib/quickfix_fields.rb', line 16786 def NoSettlDetails.field return 1158 end |