Class: Quickfix::LegShortSaleExemptionReason

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegShortSaleExemptionReason

Returns a new instance of LegShortSaleExemptionReason.



22678
22679
22680
22681
22682
22683
22684
# File 'lib/quickfix_fields.rb', line 22678

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