Class: Quickfix::StandInstDbType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StandInstDbType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StandInstDbType
constructor
A new instance of StandInstDbType.
Constructor Details
#initialize(data = nil) ⇒ StandInstDbType
Returns a new instance of StandInstDbType.
9145 9146 9147 9148 9149 9150 9151 |
# File 'lib/quickfix_fields.rb', line 9145 def initialize(data = nil) if( data == nil ) super(169) else super(169, data) end end |
Class Method Details
.field ⇒ Object
9142 9143 9144 |
# File 'lib/quickfix_fields.rb', line 9142 def StandInstDbType.field return 169 end |