Class: Quickfix::ExchangeRule
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExchangeRule
- Defined in:
- lib/quickfix_fields.rb
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.
11212 11213 11214 11215 11216 11217 11218 |
# File 'lib/quickfix_fields.rb', line 11212 def initialize(data = nil) if( data == nil ) super(825) else super(825, data) end end |