Class: Quickfix::SettlPartyRole

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ SettlPartyRole

Returns a new instance of SettlPartyRole.



103560
103561
103562
103563
103564
103565
103566
# File 'ext/quickfix/QuickfixRuby.cpp', line 103560

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

Class Method Details

.fieldObject



10559
10560
10561
# File 'lib/quickfix_fields.rb', line 10559

def SettlPartyRole.field
  return 784
end