Class: Quickfix::LegSecurityExchange
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityExchange
Returns a new instance of LegSecurityExchange.
669 670 671 672 673 674 675 |
# File 'lib/quickfix_fields.rb', line 669 def initialize(data = nil) if( data == nil ) super(616) else super(616, data) end end |
Class Method Details
.field ⇒ Object
666 667 668 |
# File 'lib/quickfix_fields.rb', line 666 def LegSecurityExchange.field return 616 end |