Class: Quickfix::LegSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
12564 12565 12566 12567 12568 12569 12570 |
# File 'lib/quickfix_fields.rb', line 12564 def initialize(data = nil) if( data == nil ) super(764) else super(764, data) end end |
Class Method Details
.field ⇒ Object
12561 12562 12563 |
# File 'lib/quickfix_fields.rb', line 12561 def LegSecuritySubType.field return 764 end |