Class: Quickfix::NestedPartySubIDType

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

Returns a new instance of NestedPartySubIDType.



105520
105521
105522
105523
105524
105525
105526
# File 'ext/quickfix/QuickfixRuby.cpp', line 105520

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

Class Method Details

.fieldObject



10819
10820
10821
# File 'lib/quickfix_fields.rb', line 10819

def NestedPartySubIDType.field
  return 805
end