Class: Quickfix::ExecRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExecRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecRefID
constructor
A new instance of ExecRefID.
Constructor Details
#initialize(data = nil) ⇒ ExecRefID
Returns a new instance of ExecRefID.
4959 4960 4961 4962 4963 4964 4965 |
# File 'lib/quickfix_fields.rb', line 4959 def initialize(data = nil) if( data == nil ) super(19) else super(19, data) end end |
Class Method Details
.field ⇒ Object
4956 4957 4958 |
# File 'lib/quickfix_fields.rb', line 4956 def ExecRefID.field return 19 end |