Class: Quickfix::SettlSessSubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlSessSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlSessSubID
constructor
A new instance of SettlSessSubID.
Constructor Details
#initialize(data = nil) ⇒ SettlSessSubID
Returns a new instance of SettlSessSubID.
7130 7131 7132 7133 7134 7135 7136 |
# File 'lib/quickfix_fields.rb', line 7130 def initialize(data = nil) if( data == nil ) super(717) else super(717, data) end end |
Class Method Details
.field ⇒ Object
7127 7128 7129 |
# File 'lib/quickfix_fields.rb', line 7127 def SettlSessSubID.field return 717 end |