Class: Quickfix::TrdMatchID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TrdMatchID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdMatchID
constructor
A new instance of TrdMatchID.
Constructor Details
#initialize(data = nil) ⇒ TrdMatchID
Returns a new instance of TrdMatchID.
11914 11915 11916 11917 11918 11919 11920 |
# File 'lib/quickfix_fields.rb', line 11914 def initialize(data = nil) if( data == nil ) super(880) else super(880, data) end end |