Class: Quickfix::UnderlyingPaymentScheduleFixingTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTime

Returns a new instance of UnderlyingPaymentScheduleFixingTime.



36328
36329
36330
36331
36332
36333
36334
# File 'lib/quickfix_fields.rb', line 36328

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