Class: Quickfix::UnderlyingRepurchaseTerm
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingRepurchaseTerm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRepurchaseTerm
constructor
A new instance of UnderlyingRepurchaseTerm.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRepurchaseTerm
Returns a new instance of UnderlyingRepurchaseTerm.
5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/quickfix_fields.rb', line 5973 def initialize(data = nil) if( data == nil ) super(244) else super(244, data) end end |
Class Method Details
.field ⇒ Object
5970 5971 5972 |
# File 'lib/quickfix_fields.rb', line 5970 def .field return 244 end |