Class: Quickfix::UnderlyingSettlRateFallbackReferencePage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlRateFallbackReferencePage

Returns a new instance of UnderlyingSettlRateFallbackReferencePage.



39188
39189
39190
39191
39192
39193
39194
# File 'lib/quickfix_fields.rb', line 39188

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