Class: Quickfix::NoSideCollateralAmounts
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoSideCollateralAmounts
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSideCollateralAmounts
constructor
A new instance of NoSideCollateralAmounts.
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 |