Class: Quickfix::UnderlyingSecurityID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityID
constructor
A new instance of UnderlyingSecurityID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityID
Returns a new instance of UnderlyingSecurityID.
15398 15399 15400 15401 15402 15403 15404 |
# File 'lib/quickfix_fields.rb', line 15398 def initialize(data = nil) if( data == nil ) super(309) else super(309, data) end end |
Class Method Details
.field ⇒ Object
15395 15396 15397 |
# File 'lib/quickfix_fields.rb', line 15395 def .field return 309 end |