Class: Quickfix::UnderlyingPaymentStreamPricingDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDate

Returns a new instance of UnderlyingPaymentStreamPricingDate.



55503
55504
55505
55506
55507
55508
55509
# File 'lib/quickfix_fields.rb', line 55503

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