Class: Quickfix::SideCollateralAmountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralAmountType

Returns a new instance of SideCollateralAmountType.



75562
75563
75564
75565
75566
75567
75568
# File 'lib/quickfix_fields.rb', line 75562

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