Class: Quickfix::ContraBroker
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ContraBroker
Returns a new instance of ContraBroker.
14995 14996 14997 14998 14999 15000 15001 |
# File 'lib/quickfix_fields.rb', line 14995 def initialize(data = nil) if( data == nil ) super(375) else super(375, data) end end |
Class Method Details
.field ⇒ Object
14992 14993 14994 |
# File 'lib/quickfix_fields.rb', line 14992 def ContraBroker.field return 375 end |