Class: Quickfix::NoTargetPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoTargetPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTargetPartyIDs
constructor
A new instance of NoTargetPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoTargetPartyIDs
Returns a new instance of NoTargetPartyIDs.
19337 19338 19339 19340 19341 19342 19343 |
# File 'lib/quickfix_fields.rb', line 19337 def initialize(data = nil) if( data == nil ) super(1461) else super(1461, data) end end |
Class Method Details
.field ⇒ Object
19334 19335 19336 |
# File 'lib/quickfix_fields.rb', line 19334 def NoTargetPartyIDs.field return 1461 end |