Class: Quickfix::NumberOfSellOrders
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NumberOfSellOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NumberOfSellOrders
constructor
A new instance of NumberOfSellOrders.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NumberOfSellOrders
Returns a new instance of NumberOfSellOrders.
60716 60717 60718 60719 60720 60721 60722 |
# File 'lib/quickfix_fields.rb', line 60716 def initialize(data = nil) if( data == nil ) super(2450) else super(2450, data) end end |
Class Method Details
.field ⇒ Object
60713 60714 60715 |
# File 'lib/quickfix_fields.rb', line 60713 def NumberOfSellOrders.field return 2450 end |