Class: Quickfix::SettlInstID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlInstID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstID
constructor
A new instance of SettlInstID.
Constructor Details
#initialize(data = nil) ⇒ SettlInstID
Returns a new instance of SettlInstID.
4400 4401 4402 4403 4404 4405 4406 |
# File 'lib/quickfix_fields.rb', line 4400 def initialize(data = nil) if( data == nil ) super(162) else super(162, data) end end |
Class Method Details
.field ⇒ Object
4397 4398 4399 |
# File 'lib/quickfix_fields.rb', line 4397 def SettlInstID.field return 162 end |