Class: Quickfix::NoSettlPartySubIDs

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

Returns a new instance of NoSettlPartySubIDs.



10913
10914
10915
10916
10917
10918
10919
# File 'lib/quickfix_fields.rb', line 10913

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

Class Method Details

.fieldObject



10910
10911
10912
# File 'lib/quickfix_fields.rb', line 10910

def NoSettlPartySubIDs.field
  return 801
end