Class: Quickfix::ShortSaleExemptionReason

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

Returns a new instance of ShortSaleExemptionReason.



22665
22666
22667
22668
22669
22670
22671
# File 'lib/quickfix_fields.rb', line 22665

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

Class Method Details

.fieldObject



22662
22663
22664
# File 'lib/quickfix_fields.rb', line 22662

def ShortSaleExemptionReason.field
  return 1688
end