Class: Quickfix::ClearingFirm
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ClearingFirm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingFirm
constructor
A new instance of ClearingFirm.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ClearingFirm
5492 5493 5494 5495 5496 5497 5498 |
# File 'lib/quickfix_fields.rb', line 5492 def initialize(data = nil) if( data == nil ) super(439) else super(439, data) end end |
Class Method Details
.field ⇒ Object
5489 5490 5491 |
# File 'lib/quickfix_fields.rb', line 5489 def ClearingFirm.field return 439 end |