Class: Quickfix::SecurityAltIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityAltIDSource
constructor
A new instance of SecurityAltIDSource.
Constructor Details
#initialize(data = nil) ⇒ SecurityAltIDSource
Returns a new instance of SecurityAltIDSource.
12356 12357 12358 12359 12360 12361 12362 |
# File 'lib/quickfix_fields.rb', line 12356 def initialize(data = nil) if( data == nil ) super(456) else super(456, data) end end |
Class Method Details
.field ⇒ Object
12353 12354 12355 |
# File 'lib/quickfix_fields.rb', line 12353 def SecurityAltIDSource.field return 456 end |