Class: Quickfix::TargetPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TargetPartySubID

Returns a new instance of TargetPartySubID.



60508
60509
60510
60511
60512
60513
60514
# File 'lib/quickfix_fields.rb', line 60508

def initialize(data = nil)
  if( data == nil )
    super(2434)
  else
    super(2434, data)
  end
end

Class Method Details

.fieldObject



60505
60506
60507
# File 'lib/quickfix_fields.rb', line 60505

def TargetPartySubID.field
  return 2434
end