Class: Quickfix::FundingSourceMarketValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FundingSourceMarketValue

Returns a new instance of FundingSourceMarketValue.



77681
77682
77683
77684
77685
77686
77687
# File 'lib/quickfix_fields.rb', line 77681

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