Class: Quickfix::NoNestedPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNestedPartySubIDs



10952
10953
10954
10955
10956
10957
10958
# File 'lib/quickfix_fields.rb', line 10952

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