Class: Quickfix::LegLoanFacility
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegLoanFacility
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLoanFacility
constructor
A new instance of LegLoanFacility.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegLoanFacility
Returns a new instance of LegLoanFacility.
42776 42777 42778 42779 42780 42781 42782 |
# File 'lib/quickfix_fields.rb', line 42776 def initialize(data = nil) if( data == nil ) super(2170) else super(2170, data) end end |
Class Method Details
.field ⇒ Object
42773 42774 42775 |
# File 'lib/quickfix_fields.rb', line 42773 def LegLoanFacility.field return 2170 end |