Class: Quickfix::ClearingAccountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ClearingAccountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingAccountType
constructor
A new instance of ClearingAccountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ClearingAccountType
Returns a new instance of ClearingAccountType.
23744 23745 23746 23747 23748 23749 23750 |
# File 'lib/quickfix_fields.rb', line 23744 def initialize(data = nil) if( data == nil ) super(1816) else super(1816, data) end end |
Class Method Details
.field ⇒ Object
23741 23742 23743 |
# File 'lib/quickfix_fields.rb', line 23741 def ClearingAccountType.field return 1816 end |