Class: Quickfix::RegistAcctType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RegistAcctType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistAcctType
constructor
A new instance of RegistAcctType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RegistAcctType
Returns a new instance of RegistAcctType.
6805 6806 6807 6808 6809 6810 6811 |
# File 'lib/quickfix_fields.rb', line 6805 def initialize(data = nil) if( data == nil ) super(493) else super(493, data) end end |
Class Method Details
.field ⇒ Object
6802 6803 6804 |
# File 'lib/quickfix_fields.rb', line 6802 def RegistAcctType.field return 493 end |