Class: Quickfix::MDEntryRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDEntryRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntryRefID
constructor
A new instance of MDEntryRefID.
Constructor Details
#initialize(data = nil) ⇒ MDEntryRefID
Returns a new instance of MDEntryRefID.
1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/quickfix_fields.rb', line 1098 def initialize(data = nil) if( data == nil ) super(280) else super(280, data) end end |
Class Method Details
.field ⇒ Object
1095 1096 1097 |
# File 'lib/quickfix_fields.rb', line 1095 def MDEntryRefID.field return 280 end |