Class: Quickfix::UnderlyingIssuer
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingIssuer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIssuer
constructor
A new instance of UnderlyingIssuer.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIssuer
Returns a new instance of UnderlyingIssuer.
253 254 255 256 257 258 259 |
# File 'lib/quickfix_fields.rb', line 253 def initialize(data = nil) if( data == nil ) super(306) else super(306, data) end end |
Class Method Details
.field ⇒ Object
250 251 252 |
# File 'lib/quickfix_fields.rb', line 250 def UnderlyingIssuer.field return 306 end |