Class: Quickfix::SecurityResponseID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityResponseID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityResponseID
constructor
A new instance of SecurityResponseID.
Constructor Details
#initialize(data = nil) ⇒ SecurityResponseID
Returns a new instance of SecurityResponseID.
12798 12799 12800 12801 12802 12803 12804 |
# File 'lib/quickfix_fields.rb', line 12798 def initialize(data = nil) if( data == nil ) super(322) else super(322, data) end end |
Class Method Details
.field ⇒ Object
12795 12796 12797 |
# File 'lib/quickfix_fields.rb', line 12795 def SecurityResponseID.field return 322 end |