Class: Quickfix::UnderlyingPaymentStreamType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



34674
34675
34676
# File 'lib/quickfix_fields.rb', line 34674

def UnderlyingPaymentStreamType.field
	return 40568
end