Class: Quickfix::SettlObligID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlObligID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlObligID
constructor
A new instance of SettlObligID.
Constructor Details
#initialize(data = nil) ⇒ SettlObligID
Returns a new instance of SettlObligID.
10562 10563 10564 10565 10566 10567 10568 |
# File 'lib/quickfix_fields.rb', line 10562 def initialize(data = nil) if( data == nil ) super(1161) else super(1161, data) end end |
Class Method Details
.field ⇒ Object
10559 10560 10561 |
# File 'lib/quickfix_fields.rb', line 10559 def SettlObligID.field return 1161 end |