Class: Quickfix::TargetPartyIDSource

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TargetPartyIDSource

Returns a new instance of TargetPartyIDSource.



169858
169859
169860
169861
169862
169863
169864
# File 'ext/quickfix/QuickfixRuby.cpp', line 169858

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

Class Method Details

.fieldObject



19308
19309
19310
# File 'lib/quickfix_fields.rb', line 19308

def TargetPartyIDSource.field
  return 1463
end