Class: Quickfix::SecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecuritySubType
constructor
A new instance of SecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ SecuritySubType
Returns a new instance of SecuritySubType.
1644 1645 1646 1647 1648 1649 1650 |
# File 'lib/quickfix_fields.rb', line 1644 def initialize(data = nil) if( data == nil ) super(762) else super(762, data) end end |
Class Method Details
.field ⇒ Object
1641 1642 1643 |
# File 'lib/quickfix_fields.rb', line 1641 def SecuritySubType.field return 762 end |