Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCenter

Returns a new instance of UnderlyingPaymentStreamPricingBusinessCenter.



55113
55114
55115
55116
55117
55118
55119
# File 'lib/quickfix_fields.rb', line 55113

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