Class: Quickfix::CashSettlPriceSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlPriceSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlPriceSource
constructor
A new instance of CashSettlPriceSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlPriceSource
Returns a new instance of CashSettlPriceSource.
63329 63330 63331 63332 63333 63334 63335 |
# File 'lib/quickfix_fields.rb', line 63329 def initialize(data = nil) if( data == nil ) super(42216) else super(42216, data) end end |
Class Method Details
.field ⇒ Object
63326 63327 63328 |
# File 'lib/quickfix_fields.rb', line 63326 def CashSettlPriceSource.field return 42216 end |