Class: Quickfix::LegValuationReferenceModel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegValuationReferenceModel

Returns a new instance of LegValuationReferenceModel.



43140
43141
43142
43143
43144
43145
43146
# File 'lib/quickfix_fields.rb', line 43140

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