Class: Quickfix::LegSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityType
constructor
A new instance of LegSecurityType.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityType
Returns a new instance of LegSecurityType.
3490 3491 3492 3493 3494 3495 3496 |
# File 'lib/quickfix_fields.rb', line 3490 def initialize(data = nil) if( data == nil ) super(609) else super(609, data) end end |
Class Method Details
.field ⇒ Object
3487 3488 3489 |
# File 'lib/quickfix_fields.rb', line 3487 def LegSecurityType.field return 609 end |