Class: Quickfix::SideCollateralAmountType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



75559
75560
75561
# File 'lib/quickfix_fields.rb', line 75559

def SideCollateralAmountType.field
	return 2694
end