Class: Quickfix::LegSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecuritySubType
constructor
A new instance of LegSecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ LegSecuritySubType
Returns a new instance of LegSecuritySubType.
10445 10446 10447 10448 10449 10450 10451 |
# File 'lib/quickfix_fields.rb', line 10445 def initialize(data = nil) if( data == nil ) super(764) else super(764, data) end end |