Class: Quickfix::StandInstDbName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StandInstDbName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StandInstDbName
constructor
A new instance of StandInstDbName.
Constructor Details
#initialize(data = nil) ⇒ StandInstDbName
Returns a new instance of StandInstDbName.
3581 3582 3583 3584 3585 3586 3587 |
# File 'lib/quickfix_fields.rb', line 3581 def initialize(data = nil) if( data == nil ) super(170) else super(170, data) end end |
Class Method Details
.field ⇒ Object
3578 3579 3580 |
# File 'lib/quickfix_fields.rb', line 3578 def StandInstDbName.field return 170 end |