Class: Quickfix::UnderlyingLegSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityType
constructor
A new instance of UnderlyingLegSecurityType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityType
Returns a new instance of UnderlyingLegSecurityType.
8417 8418 8419 8420 8421 8422 8423 |
# File 'lib/quickfix_fields.rb', line 8417 def initialize(data = nil) if( data == nil ) super(1337) else super(1337, data) end end |
Class Method Details
.field ⇒ Object
8414 8415 8416 |
# File 'lib/quickfix_fields.rb', line 8414 def .field return 1337 end |