Class: Quickfix::LegLoanFacility
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegLoanFacility
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLoanFacility
constructor
A new instance of LegLoanFacility.
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 |