Class: Quickfix::RelatedTradeIDSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedTradeIDSource
constructor
A new instance of RelatedTradeIDSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedTradeIDSource
Returns a new instance of RelatedTradeIDSource.
24329 24330 24331 24332 24333 24334 24335 |
# File 'lib/quickfix_fields.rb', line 24329 def initialize(data = nil) if( data == nil ) super(1857) else super(1857, data) end end |
Class Method Details
.field ⇒ Object
24326 24327 24328 |
# File 'lib/quickfix_fields.rb', line 24326 def RelatedTradeIDSource.field return 1857 end |