Class: Quickfix::MDEntrySeller
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDEntrySeller
Returns a new instance of MDEntrySeller.
3646 3647 3648 3649 3650 3651 3652 |
# File 'lib/quickfix_fields.rb', line 3646 def initialize(data = nil) if( data == nil ) super(289) else super(289, data) end end |
Class Method Details
.field ⇒ Object
3643 3644 3645 |
# File 'lib/quickfix_fields.rb', line 3643 def MDEntrySeller.field return 289 end |