Class: Quickfix::RelatedPriceSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedPriceSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPriceSource
constructor
A new instance of RelatedPriceSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedPriceSource
Returns a new instance of RelatedPriceSource.
23809 23810 23811 23812 23813 23814 23815 |
# File 'lib/quickfix_fields.rb', line 23809 def initialize(data = nil) if( data == nil ) super(1821) else super(1821, data) end end |
Class Method Details
.field ⇒ Object
23806 23807 23808 |
# File 'lib/quickfix_fields.rb', line 23806 def RelatedPriceSource.field return 1821 end |