Class: Quickfix::LienSeniority
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LienSeniority
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LienSeniority
constructor
A new instance of LienSeniority.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LienSeniority
Returns a new instance of LienSeniority.
25590 25591 25592 25593 25594 25595 25596 |
# File 'lib/quickfix_fields.rb', line 25590 def initialize(data = nil) if( data == nil ) super(1954) else super(1954, data) end end |
Class Method Details
.field ⇒ Object
25587 25588 25589 |
# File 'lib/quickfix_fields.rb', line 25587 def LienSeniority.field return 1954 end |