Class: Quickfix::LegLienSeniority
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegLienSeniority
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLienSeniority
constructor
A new instance of LegLienSeniority.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegLienSeniority
Returns a new instance of LegLienSeniority.
42763 42764 42765 42766 42767 42768 42769 |
# File 'lib/quickfix_fields.rb', line 42763 def initialize(data = nil) if( data == nil ) super(2169) else super(2169, data) end end |
Class Method Details
.field ⇒ Object
42760 42761 42762 |
# File 'lib/quickfix_fields.rb', line 42760 def LegLienSeniority.field return 2169 end |