Class: Quickfix::ClearingIntention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ClearingIntention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingIntention
constructor
A new instance of ClearingIntention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ClearingIntention
Returns a new instance of ClearingIntention.
25200 25201 25202 25203 25204 25205 25206 |
# File 'lib/quickfix_fields.rb', line 25200 def initialize(data = nil) if( data == nil ) super(1924) else super(1924, data) end end |
Class Method Details
.field ⇒ Object
25197 25198 25199 |
# File 'lib/quickfix_fields.rb', line 25197 def ClearingIntention.field return 1924 end |