Class: Quickfix::MDEntrySeller
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDEntrySeller
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntrySeller
constructor
A new instance of MDEntrySeller.
Constructor Details
#initialize(data = nil) ⇒ MDEntrySeller
Returns a new instance of MDEntrySeller.
708 709 710 711 712 713 714 |
# File 'lib/quickfix_fields.rb', line 708 def initialize(data = nil) if( data == nil ) super(289) else super(289, data) end end |
Class Method Details
.field ⇒ Object
705 706 707 |
# File 'lib/quickfix_fields.rb', line 705 def MDEntrySeller.field return 289 end |