Class: Quickfix::LegSecurityDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityDesc
constructor
A new instance of LegSecurityDesc.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityDesc
Returns a new instance of LegSecurityDesc.
11849 11850 11851 11852 11853 11854 11855 |
# File 'lib/quickfix_fields.rb', line 11849 def initialize(data = nil) if( data == nil ) super(620) else super(620, data) end end |
Class Method Details
.field ⇒ Object
11846 11847 11848 |
# File 'lib/quickfix_fields.rb', line 11846 def LegSecurityDesc.field return 620 end |