Class: Quickfix::ShortSaleRestriction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ShortSaleRestriction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ShortSaleRestriction
constructor
A new instance of ShortSaleRestriction.
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 |