Class: Quickfix::TargetPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetPartySubIDType

Returns a new instance of TargetPartySubIDType.



60521
60522
60523
60524
60525
60526
60527
# File 'lib/quickfix_fields.rb', line 60521

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