Class: Quickfix::SettlRatePostponementSurvey

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) ⇒ SettlRatePostponementSurvey

Returns a new instance of SettlRatePostponementSurvey.



28450
28451
28452
28453
28454
28455
28456
# File 'lib/quickfix_fields.rb', line 28450

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

Class Method Details

.fieldObject



28447
28448
28449
# File 'lib/quickfix_fields.rb', line 28447

def SettlRatePostponementSurvey.field
	return 40088
end