Class: Quickfix::NoTargetPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoTargetPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTargetPartySubIDs
constructor
A new instance of NoTargetPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoTargetPartySubIDs
Returns a new instance of NoTargetPartySubIDs.
60495 60496 60497 60498 60499 60500 60501 |
# File 'lib/quickfix_fields.rb', line 60495 def initialize(data = nil) if( data == nil ) super(2433) else super(2433, data) end end |
Class Method Details
.field ⇒ Object
60492 60493 60494 |
# File 'lib/quickfix_fields.rb', line 60492 def NoTargetPartySubIDs.field return 2433 end |