Class: Quickfix::NoSideCollateralAmounts
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSideCollateralAmounts
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSideCollateralAmounts
constructor
A new instance of NoSideCollateralAmounts.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSideCollateralAmounts
Returns a new instance of NoSideCollateralAmounts.
75523 75524 75525 75526 75527 75528 75529 |
# File 'lib/quickfix_fields.rb', line 75523 def initialize(data = nil) if( data == nil ) super(2691) else super(2691, data) end end |
Class Method Details
.field ⇒ Object
75520 75521 75522 |
# File 'lib/quickfix_fields.rb', line 75520 def NoSideCollateralAmounts.field return 2691 end |