Class: Quickfix::InstrumentScopePutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::InstrumentScopePutOrCall
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopePutOrCall
constructor
A new instance of InstrumentScopePutOrCall.
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 |