Class: Quickfix::NoTargetPartySubIDs

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



60492
60493
60494
# File 'lib/quickfix_fields.rb', line 60492

def NoTargetPartySubIDs.field
  return 2433
end