Class: Quickfix::DerivativeSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecuritySubType
constructor
A new instance of DerivativeSecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecuritySubType
2346 2347 2348 2349 2350 2351 2352 |
# File 'lib/quickfix_fields.rb', line 2346 def initialize(data = nil) if( data == nil ) super(1250) else super(1250, data) end end |
Class Method Details
.field ⇒ Object
2343 2344 2345 |
# File 'lib/quickfix_fields.rb', line 2343 def DerivativeSecuritySubType.field return 1250 end |