Class: Quickfix::NoInstrumentParties
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoInstrumentParties
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrumentParties
constructor
A new instance of NoInstrumentParties.
Constructor Details
#initialize(data = nil) ⇒ NoInstrumentParties
Returns a new instance of NoInstrumentParties.
19519 19520 19521 19522 19523 19524 19525 |
# File 'lib/quickfix_fields.rb', line 19519 def initialize(data = nil) if( data == nil ) super(1018) else super(1018, data) end end |
Class Method Details
.field ⇒ Object
19516 19517 19518 |
# File 'lib/quickfix_fields.rb', line 19516 def NoInstrumentParties.field return 1018 end |