Class: Quickfix::CollateralRequestNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CollateralRequestNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralRequestNumber
constructor
A new instance of CollateralRequestNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CollateralRequestNumber
Returns a new instance of CollateralRequestNumber.
61730 61731 61732 61733 61734 61735 61736 |
# File 'lib/quickfix_fields.rb', line 61730 def initialize(data = nil) if( data == nil ) super(2518) else super(2518, data) end end |
Class Method Details
.field ⇒ Object
61727 61728 61729 |
# File 'lib/quickfix_fields.rb', line 61727 def CollateralRequestNumber.field return 2518 end |