Class: Quickfix::UnderlyingSettlementStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlementStatus

Returns a new instance of UnderlyingSettlementStatus.



3867
3868
3869
3870
3871
3872
3873
# File 'lib/quickfix_fields.rb', line 3867

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

Class Method Details

.fieldObject



3864
3865
3866
# File 'lib/quickfix_fields.rb', line 3864

def UnderlyingSettlementStatus.field
	return 988
end