Class: Quickfix::UnderlyingShortSaleRestriction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingShortSaleRestriction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingShortSaleRestriction
constructor
A new instance of UnderlyingShortSaleRestriction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingShortSaleRestriction
26747 26748 26749 26750 26751 26752 26753 |
# File 'lib/quickfix_fields.rb', line 26747 def initialize(data = nil) if( data == nil ) super(2043) else super(2043, data) end end |
Class Method Details
.field ⇒ Object
26744 26745 26746 |
# File 'lib/quickfix_fields.rb', line 26744 def .field return 2043 end |