Class: Quickfix::UnderlyingLegSecurityExchange
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecurityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityExchange
constructor
A new instance of UnderlyingLegSecurityExchange.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityExchange
Returns a new instance of UnderlyingLegSecurityExchange.
15047 15048 15049 15050 15051 15052 15053 |
# File 'lib/quickfix_fields.rb', line 15047 def initialize(data = nil) if( data == nil ) super(1341) else super(1341, data) end end |
Class Method Details
.field ⇒ Object
15044 15045 15046 |
# File 'lib/quickfix_fields.rb', line 15044 def UnderlyingLegSecurityExchange.field return 1341 end |