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