Class: Quickfix::CollateralPercentOverage

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollateralPercentOverage

Returns a new instance of CollateralPercentOverage.



75510
75511
75512
75513
75514
75515
75516
# File 'lib/quickfix_fields.rb', line 75510

def initialize(data = nil)
	if( data == nil )
		super(2690)
	else
		super(2690, data)
	end
end

Class Method Details

.fieldObject



75507
75508
75509
# File 'lib/quickfix_fields.rb', line 75507

def CollateralPercentOverage.field
	return 2690
end