Class: Quickfix::UnderlyingLoanFacility
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingLoanFacility
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLoanFacility
constructor
A new instance of UnderlyingLoanFacility.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLoanFacility
Returns a new instance of UnderlyingLoanFacility.
26175 26176 26177 26178 26179 26180 26181 |
# File 'lib/quickfix_fields.rb', line 26175 def initialize(data = nil) if( data == nil ) super(1999) else super(1999, data) end end |
Class Method Details
.field ⇒ Object
26172 26173 26174 |
# File 'lib/quickfix_fields.rb', line 26172 def .field return 1999 end |