Class: Quickfix::PegSecurityID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PegSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegSecurityID
constructor
A new instance of PegSecurityID.
Constructor Details
#initialize(data = nil) ⇒ PegSecurityID
Returns a new instance of PegSecurityID.
12278 12279 12280 12281 12282 12283 12284 |
# File 'lib/quickfix_fields.rb', line 12278 def initialize(data = nil) if( data == nil ) super(1097) else super(1097, data) end end |
Class Method Details
.field ⇒ Object
12275 12276 12277 |
# File 'lib/quickfix_fields.rb', line 12275 def PegSecurityID.field return 1097 end |