Class: Quickfix::CollateralAmountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CollateralAmountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralAmountType
constructor
A new instance of CollateralAmountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CollateralAmountType
Returns a new instance of CollateralAmountType.
62796 62797 62798 62799 62800 62801 62802 |
# File 'lib/quickfix_fields.rb', line 62796 def initialize(data = nil) if( data == nil ) super(2632) else super(2632, data) end end |
Class Method Details
.field ⇒ Object
62793 62794 62795 |
# File 'lib/quickfix_fields.rb', line 62793 def CollateralAmountType.field return 2632 end |