Class: Quickfix::RegistAcctType
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ RegistAcctType
Returns a new instance of RegistAcctType.
7390 7391 7392 7393 7394 7395 7396 |
# File 'lib/quickfix_fields.rb', line 7390 def initialize(data = nil) if( data == nil ) super(493) else super(493, data) end end |
Class Method Details
.field ⇒ Object
7387 7388 7389 |
# File 'lib/quickfix_fields.rb', line 7387 def RegistAcctType.field return 493 end |