Class: Quickfix::SideExecID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideExecID
constructor
A new instance of SideExecID.
Constructor Details
#initialize(data = nil) ⇒ SideExecID
Returns a new instance of SideExecID.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/quickfix_fields.rb', line 2138 def initialize(data = nil) if( data == nil ) super(1427) else super(1427, data) end end |
Class Method Details
.field ⇒ Object
2135 2136 2137 |
# File 'lib/quickfix_fields.rb', line 2135 def SideExecID.field return 1427 end |