Class: Quickfix::LegSecurityExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityExchange
constructor
A new instance of LegSecurityExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityExchange
Returns a new instance of LegSecurityExchange.
8365 8366 8367 8368 8369 8370 8371 |
# File 'lib/quickfix_fields.rb', line 8365 def initialize(data = nil) if( data == nil ) super(616) else super(616, data) end end |
Class Method Details
.field ⇒ Object
8362 8363 8364 |
# File 'lib/quickfix_fields.rb', line 8362 def LegSecurityExchange.field return 616 end |