Class: Quickfix::MDEntryBuyer
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDEntryBuyer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntryBuyer
constructor
A new instance of MDEntryBuyer.
Constructor Details
#initialize(data = nil) ⇒ MDEntryBuyer
Returns a new instance of MDEntryBuyer.
2736 2737 2738 2739 2740 2741 2742 |
# File 'lib/quickfix_fields.rb', line 2736 def initialize(data = nil) if( data == nil ) super(288) else super(288, data) end end |
Class Method Details
.field ⇒ Object
2733 2734 2735 |
# File 'lib/quickfix_fields.rb', line 2733 def MDEntryBuyer.field return 288 end |