Class: Quickfix::NoClearingAccountTypes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoClearingAccountTypes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoClearingAccountTypes
constructor
A new instance of NoClearingAccountTypes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoClearingAccountTypes
Returns a new instance of NoClearingAccountTypes.
24966 24967 24968 24969 24970 24971 24972 |
# File 'lib/quickfix_fields.rb', line 24966 def initialize(data = nil) if( data == nil ) super(1918) else super(1918, data) end end |
Class Method Details
.field ⇒ Object
24963 24964 24965 |
# File 'lib/quickfix_fields.rb', line 24963 def NoClearingAccountTypes.field return 1918 end |