Class: Quickfix::UnderlyingSettlRatePostponementSurvey

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlRatePostponementSurvey

Returns a new instance of UnderlyingSettlRatePostponementSurvey.



35899
35900
35901
35902
35903
35904
35905
# File 'lib/quickfix_fields.rb', line 35899

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

Class Method Details

.fieldObject



35896
35897
35898
# File 'lib/quickfix_fields.rb', line 35896

def UnderlyingSettlRatePostponementSurvey.field
	return 40662
end