Class: Quickfix::FundingSourceMarketValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::FundingSourceMarketValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FundingSourceMarketValue
constructor
A new instance of FundingSourceMarketValue.
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 |