Class: Quickfix::ShortSaleRestriction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ShortSaleRestriction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ShortSaleRestriction
constructor
A new instance of ShortSaleRestriction.
Methods inherited from IntField
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
.field ⇒ Object
22649 22650 22651 |
# File 'lib/quickfix_fields.rb', line 22649 def ShortSaleRestriction.field return 1687 end |