Class: Quickfix::UnderlyingLegSecurityExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityExchange
Returns a new instance of UnderlyingLegSecurityExchange.
17959 17960 17961 17962 17963 17964 17965 |
# File 'lib/quickfix_fields.rb', line 17959 def initialize(data = nil) if( data == nil ) super(1341) else super(1341, data) end end |
Class Method Details
.field ⇒ Object
17956 17957 17958 |
# File 'lib/quickfix_fields.rb', line 17956 def .field return 1341 end |