Class: Quickfix::UnderlyingPaymentStreamType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamType

Returns a new instance of UnderlyingPaymentStreamType.



34677
34678
34679
34680
34681
34682
34683
# File 'lib/quickfix_fields.rb', line 34677

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