Class: Quickfix::LegIssuer
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegIssuer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIssuer
constructor
A new instance of LegIssuer.
Constructor Details
#initialize(data = nil) ⇒ LegIssuer
Returns a new instance of LegIssuer.
16191 16192 16193 16194 16195 16196 16197 |
# File 'lib/quickfix_fields.rb', line 16191 def initialize(data = nil) if( data == nil ) super(617) else super(617, data) end end |
Class Method Details
.field ⇒ Object
16188 16189 16190 |
# File 'lib/quickfix_fields.rb', line 16188 def LegIssuer.field return 617 end |