Class: Quickfix::CustomerOrFirm
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CustomerOrFirm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustomerOrFirm
constructor
A new instance of CustomerOrFirm.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CustomerOrFirm
Returns a new instance of CustomerOrFirm.
3061 3062 3063 3064 3065 3066 3067 |
# File 'lib/quickfix_fields.rb', line 3061 def initialize(data = nil) if( data == nil ) super(204) else super(204, data) end end |
Class Method Details
.field ⇒ Object
3058 3059 3060 |
# File 'lib/quickfix_fields.rb', line 3058 def CustomerOrFirm.field return 204 end |