Class: Quickfix::SecurityAltID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityAltID
constructor
A new instance of SecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ SecurityAltID
Returns a new instance of SecurityAltID.
3880 3881 3882 3883 3884 3885 3886 |
# File 'lib/quickfix_fields.rb', line 3880 def initialize(data = nil) if( data == nil ) super(455) else super(455, data) end end |
Class Method Details
.field ⇒ Object
3877 3878 3879 |
# File 'lib/quickfix_fields.rb', line 3877 def SecurityAltID.field return 455 end |