Class: Quickfix::LoanFacility
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LoanFacility
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LoanFacility
constructor
A new instance of LoanFacility.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LoanFacility
Returns a new instance of LoanFacility.
25603 25604 25605 25606 25607 25608 25609 |
# File 'lib/quickfix_fields.rb', line 25603 def initialize(data = nil) if( data == nil ) super(1955) else super(1955, data) end end |
Class Method Details
.field ⇒ Object
25600 25601 25602 |
# File 'lib/quickfix_fields.rb', line 25600 def LoanFacility.field return 1955 end |