Class: Quickfix::AltMDSourceID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AltMDSourceID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AltMDSourceID
constructor
A new instance of AltMDSourceID.
Constructor Details
#initialize(data = nil) ⇒ AltMDSourceID
Returns a new instance of AltMDSourceID.
7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/quickfix_fields.rb', line 7962 def initialize(data = nil) if( data == nil ) super(817) else super(817, data) end end |
Class Method Details
.field ⇒ Object
7959 7960 7961 |
# File 'lib/quickfix_fields.rb', line 7959 def AltMDSourceID.field return 817 end |