Class: Quickfix::SettlSessID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlSessID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlSessID
constructor
A new instance of SettlSessID.
Constructor Details
#initialize(data = nil) ⇒ SettlSessID
Returns a new instance of SettlSessID.
13578 13579 13580 13581 13582 13583 13584 |
# File 'lib/quickfix_fields.rb', line 13578 def initialize(data = nil) if( data == nil ) super(716) else super(716, data) end end |
Class Method Details
.field ⇒ Object
13575 13576 13577 |
# File 'lib/quickfix_fields.rb', line 13575 def SettlSessID.field return 716 end |