Class: Quickfix::LegShortSaleExemptionReason

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

Class Method Details

.fieldObject



22675
22676
22677
# File 'lib/quickfix_fields.rb', line 22675

def LegShortSaleExemptionReason.field
  return 1689
end