Class: Quickfix::InstrumentScopePutOrCall
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentScopePutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopePutOrCall
constructor
A new instance of InstrumentScopePutOrCall.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopePutOrCall
Returns a new instance of InstrumentScopePutOrCall.
20871 20872 20873 20874 20875 20876 20877 |
# File 'lib/quickfix_fields.rb', line 20871 def initialize(data = nil) if( data == nil ) super(1553) else super(1553, data) end end |
Class Method Details
.field ⇒ Object
20868 20869 20870 |
# File 'lib/quickfix_fields.rb', line 20868 def InstrumentScopePutOrCall.field return 1553 end |