Class: Quickfix::LegExecID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegExecID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExecID
constructor
A new instance of LegExecID.
Constructor Details
#initialize(data = nil) ⇒ LegExecID
Returns a new instance of LegExecID.
24771 24772 24773 24774 24775 24776 24777 |
# File 'lib/quickfix_fields.rb', line 24771 def initialize(data = nil) if( data == nil ) super(1893) else super(1893, data) end end |