Class: Quickfix::NoCollateralAmounts
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoCollateralAmounts
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCollateralAmounts
constructor
A new instance of NoCollateralAmounts.
Constructor Details
#initialize(data = nil) ⇒ NoCollateralAmounts
Returns a new instance of NoCollateralAmounts.
22275 22276 22277 22278 22279 22280 22281 |
# File 'lib/quickfix_fields.rb', line 22275 def initialize(data = nil) if( data == nil ) super(1703) else super(1703, data) end end |