Class: Quickfix::DerivativeIssuer
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeIssuer
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeIssuer
constructor
A new instance of DerivativeIssuer.
Constructor Details
#initialize(data = nil) ⇒ DerivativeIssuer
Returns a new instance of DerivativeIssuer.
16932 16933 16934 16935 16936 16937 16938 |
# File 'lib/quickfix_fields.rb', line 16932 def initialize(data = nil) if( data == nil ) super(1275) else super(1275, data) end end |