Class: Quickfix::TrdMatchID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TrdMatchID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13058 13059 13060 13061 13062 13063 13064 |
# File 'lib/quickfix_fields.rb', line 13058 def initialize(data = nil) if( data == nil ) super(880) else super(880, data) end end |
Class Method Details
.field ⇒ Object
13055 13056 13057 |
# File 'lib/quickfix_fields.rb', line 13055 def TrdMatchID.field return 880 end |