Class: Quickfix::LegSettlRatePostponementSurvey

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlRatePostponementSurvey

Returns a new instance of LegSettlRatePostponementSurvey.



39058
39059
39060
39061
39062
39063
39064
# File 'lib/quickfix_fields.rb', line 39058

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