Class: Quickfix::ShortSaleRestriction

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

Returns a new instance of ShortSaleRestriction.



22652
22653
22654
22655
22656
22657
22658
# File 'lib/quickfix_fields.rb', line 22652

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

Class Method Details

.fieldObject



22649
22650
22651
# File 'lib/quickfix_fields.rb', line 22649

def ShortSaleRestriction.field
  return 1687
end