Class: Quickfix::DerivativeSecurityExchange
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityExchange
constructor
A new instance of DerivativeSecurityExchange.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityExchange
Returns a new instance of DerivativeSecurityExchange.
18570 18571 18572 18573 18574 18575 18576 |
# File 'lib/quickfix_fields.rb', line 18570 def initialize(data = nil) if( data == nil ) super(1272) else super(1272, data) end end |
Class Method Details
.field ⇒ Object
18567 18568 18569 |
# File 'lib/quickfix_fields.rb', line 18567 def DerivativeSecurityExchange.field return 1272 end |