Class: Quickfix::ExchangeRule
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExchangeRule
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExchangeRule
constructor
A new instance of ExchangeRule.
Constructor Details
#initialize(data = nil) ⇒ ExchangeRule
Returns a new instance of ExchangeRule.
7637 7638 7639 7640 7641 7642 7643 |
# File 'lib/quickfix_fields.rb', line 7637 def initialize(data = nil) if( data == nil ) super(825) else super(825, data) end end |
Class Method Details
.field ⇒ Object
7634 7635 7636 |
# File 'lib/quickfix_fields.rb', line 7634 def ExchangeRule.field return 825 end |