Class: Quickfix::NestedPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartySubIDType

Returns a new instance of NestedPartySubIDType.



10965
10966
10967
10968
10969
10970
10971
# File 'lib/quickfix_fields.rb', line 10965

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