Class: Quickfix::SettlObligMode
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlObligMode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlObligMode
constructor
A new instance of SettlObligMode.
Constructor Details
#initialize(data = nil) ⇒ SettlObligMode
Returns a new instance of SettlObligMode.
1722 1723 1724 1725 1726 1727 1728 |
# File 'lib/quickfix_fields.rb', line 1722 def initialize(data = nil) if( data == nil ) super(1159) else super(1159, data) end end |
Class Method Details
.field ⇒ Object
1719 1720 1721 |
# File 'lib/quickfix_fields.rb', line 1719 def SettlObligMode.field return 1159 end |