Class: Quickfix::UnderlyingCashSettlPriceSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlPriceSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlPriceSource
constructor
A new instance of UnderlyingCashSettlPriceSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlPriceSource
Returns a new instance of UnderlyingCashSettlPriceSource.
71038 71039 71040 71041 71042 71043 71044 |
# File 'lib/quickfix_fields.rb', line 71038 def initialize(data = nil) if( data == nil ) super(42797) else super(42797, data) end end |
Class Method Details
.field ⇒ Object
71035 71036 71037 |
# File 'lib/quickfix_fields.rb', line 71035 def UnderlyingCashSettlPriceSource.field return 42797 end |