Class: Quickfix::ContraBroker
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ContraBroker
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContraBroker
constructor
A new instance of ContraBroker.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ContraBroker
Returns a new instance of ContraBroker.
4673 4674 4675 4676 4677 4678 4679 |
# File 'lib/quickfix_fields.rb', line 4673 def initialize(data = nil) if( data == nil ) super(375) else super(375, data) end end |
Class Method Details
.field ⇒ Object
4670 4671 4672 |
# File 'lib/quickfix_fields.rb', line 4670 def ContraBroker.field return 375 end |