Class: Quickfix::NoRootPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRootPartySubIDs

Returns a new instance of NoRootPartySubIDs.



14956
14957
14958
14959
14960
14961
14962
# File 'lib/quickfix_fields.rb', line 14956

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