Class: Quickfix::NoSideCollateralAmounts

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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