Class: Quickfix::LegSeniority
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSeniority
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSeniority
constructor
A new instance of LegSeniority.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSeniority
Returns a new instance of LegSeniority.
42516 42517 42518 42519 42520 42521 42522 |
# File 'lib/quickfix_fields.rb', line 42516 def initialize(data = nil) if( data == nil ) super(2150) else super(2150, data) end end |
Class Method Details
.field ⇒ Object
42513 42514 42515 |
# File 'lib/quickfix_fields.rb', line 42513 def LegSeniority.field return 2150 end |