Class: Quickfix::NoSettlOblig
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoSettlOblig
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSettlOblig
constructor
A new instance of NoSettlOblig.
Constructor Details
#initialize(data = nil) ⇒ NoSettlOblig
Returns a new instance of NoSettlOblig.
7195 7196 7197 7198 7199 7200 7201 |
# File 'lib/quickfix_fields.rb', line 7195 def initialize(data = nil) if( data == nil ) super(1165) else super(1165, data) end end |
Class Method Details
.field ⇒ Object
7192 7193 7194 |
# File 'lib/quickfix_fields.rb', line 7192 def NoSettlOblig.field return 1165 end |