Class: Quickfix::RepurchaseTerm
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RepurchaseTerm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RepurchaseTerm
constructor
A new instance of RepurchaseTerm.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RepurchaseTerm
Returns a new instance of RepurchaseTerm.
5752 5753 5754 5755 5756 5757 5758 |
# File 'lib/quickfix_fields.rb', line 5752 def initialize(data = nil) if( data == nil ) super(226) else super(226, data) end end |
Class Method Details
.field ⇒ Object
5749 5750 5751 |
# File 'lib/quickfix_fields.rb', line 5749 def RepurchaseTerm.field return 226 end |