Class: Quickfix::FundingSourceMarketValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::FundingSourceMarketValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FundingSourceMarketValue
constructor
A new instance of FundingSourceMarketValue.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
77678 77679 77680 |
# File 'lib/quickfix_fields.rb', line 77678 def FundingSourceMarketValue.field return 2848 end |