Class: Quickfix::SecurityListRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityListRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListRefID
constructor
A new instance of SecurityListRefID.
Constructor Details
#initialize(data = nil) ⇒ SecurityListRefID
Returns a new instance of SecurityListRefID.
1046 1047 1048 1049 1050 1051 1052 |
# File 'lib/quickfix_fields.rb', line 1046 def initialize(data = nil) if( data == nil ) super(1466) else super(1466, data) end end |
Class Method Details
.field ⇒ Object
1043 1044 1045 |
# File 'lib/quickfix_fields.rb', line 1043 def SecurityListRefID.field return 1466 end |