Class: Quickfix::SettlPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPartySubIDType

Returns a new instance of SettlPartySubIDType.



10731
10732
10733
10734
10735
10736
10737
# File 'lib/quickfix_fields.rb', line 10731

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