Class: Quickfix::LegSecurityID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityID
constructor
A new instance of LegSecurityID.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityID
8846 8847 8848 8849 8850 8851 8852 |
# File 'lib/quickfix_fields.rb', line 8846 def initialize(data = nil) if( data == nil ) super(602) else super(602, data) end end |
Class Method Details
.field ⇒ Object
8843 8844 8845 |
# File 'lib/quickfix_fields.rb', line 8843 def LegSecurityID.field return 602 end |