Class: Quickfix::UnderlyingShortSaleRestriction

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



26747
26748
26749
26750
26751
26752
26753
# File 'lib/quickfix_fields.rb', line 26747

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

Class Method Details

.fieldObject



26744
26745
26746
# File 'lib/quickfix_fields.rb', line 26744

def UnderlyingShortSaleRestriction.field
  return 2043
end