Class: Quickfix::SideCurrentCollateralAmount

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

Returns a new instance of SideCurrentCollateralAmount.



75666
75667
75668
75669
75670
75671
75672
# File 'lib/quickfix_fields.rb', line 75666

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

Class Method Details

.fieldObject



75663
75664
75665
# File 'lib/quickfix_fields.rb', line 75663

def SideCurrentCollateralAmount.field
	return 2702
end