Class: Quickfix::LegShortSaleRestriction

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

Returns a new instance of LegShortSaleRestriction.



43270
43271
43272
43273
43274
43275
43276
# File 'lib/quickfix_fields.rb', line 43270

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

Class Method Details

.fieldObject



43267
43268
43269
# File 'lib/quickfix_fields.rb', line 43267

def LegShortSaleRestriction.field
  return 2209
end