Class: Quickfix::TotNumCollateralRequests
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNumCollateralRequests
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNumCollateralRequests
constructor
A new instance of TotNumCollateralRequests.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNumCollateralRequests
Returns a new instance of TotNumCollateralRequests.
61743 61744 61745 61746 61747 61748 61749 |
# File 'lib/quickfix_fields.rb', line 61743 def initialize(data = nil) if( data == nil ) super(2519) else super(2519, data) end end |
Class Method Details
.field ⇒ Object
61740 61741 61742 |
# File 'lib/quickfix_fields.rb', line 61740 def TotNumCollateralRequests.field return 2519 end |