Class: Quickfix::CollateralAmountChange

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) ⇒ CollateralAmountChange

Returns a new instance of CollateralAmountChange.



79423
79424
79425
79426
79427
79428
79429
# File 'lib/quickfix_fields.rb', line 79423

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

Class Method Details

.fieldObject



79420
79421
79422
# File 'lib/quickfix_fields.rb', line 79420

def CollateralAmountChange.field
	return 1704
end