Class: Quickfix::NoRootPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



14953
14954
14955
# File 'lib/quickfix_fields.rb', line 14953

def NoRootPartySubIDs.field
  return 1120
end