Class: Quickfix::RefSubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RefSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefSubID
constructor
A new instance of RefSubID.
Constructor Details
#initialize(data = nil) ⇒ RefSubID
Returns a new instance of RefSubID.
4179 4180 4181 4182 4183 4184 4185 |
# File 'lib/quickfix_fields.rb', line 4179 def initialize(data = nil) if( data == nil ) super(931) else super(931, data) end end |
Class Method Details
.field ⇒ Object
4176 4177 4178 |
# File 'lib/quickfix_fields.rb', line 4176 def RefSubID.field return 931 end |