Class: Quickfix::LegExecInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegExecInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExecInst
constructor
A new instance of LegExecInst.
Constructor Details
#initialize(data = nil) ⇒ LegExecInst
Returns a new instance of LegExecInst.
7351 7352 7353 7354 7355 7356 7357 |
# File 'lib/quickfix_fields.rb', line 7351 def initialize(data = nil) if( data == nil ) super(1384) else super(1384, data) end end |
Class Method Details
.field ⇒ Object
7348 7349 7350 |
# File 'lib/quickfix_fields.rb', line 7348 def LegExecInst.field return 1384 end |