Class: Quickfix::AllocAccountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocAccountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAccountType
constructor
A new instance of AllocAccountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocAccountType
Returns a new instance of AllocAccountType.
10874 10875 10876 10877 10878 10879 10880 |
# File 'lib/quickfix_fields.rb', line 10874 def initialize(data = nil) if( data == nil ) super(798) else super(798, data) end end |
Class Method Details
.field ⇒ Object
10871 10872 10873 |
# File 'lib/quickfix_fields.rb', line 10871 def AllocAccountType.field return 798 end |