Class: Quickfix::ExchangeRule
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
11209 11210 11211 |
# File 'lib/quickfix_fields.rb', line 11209 def ExchangeRule.field return 825 end |