Class: Quickfix::DerivativeSecurityXML
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityXML
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityXML
constructor
A new instance of DerivativeSecurityXML.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityXML
Returns a new instance of DerivativeSecurityXML.
5076 5077 5078 5079 5080 5081 5082 |
# File 'lib/quickfix_fields.rb', line 5076 def initialize(data = nil) if( data == nil ) super(1283) else super(1283, data) end end |
Class Method Details
.field ⇒ Object
5073 5074 5075 |
# File 'lib/quickfix_fields.rb', line 5073 def DerivativeSecurityXML.field return 1283 end |