Class: Quickfix::DerivativeSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityType
constructor
A new instance of DerivativeSecurityType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityType
Returns a new instance of DerivativeSecurityType.
396 397 398 399 400 401 402 |
# File 'lib/quickfix_fields.rb', line 396 def initialize(data = nil) if( data == nil ) super(1249) else super(1249, data) end end |
Class Method Details
.field ⇒ Object
393 394 395 |
# File 'lib/quickfix_fields.rb', line 393 def DerivativeSecurityType.field return 1249 end |