Class: Quickfix::NoTargetPartyIDs

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) ⇒ 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

.fieldObject



19334
19335
19336
# File 'lib/quickfix_fields.rb', line 19334

def NoTargetPartyIDs.field
  return 1461
end