Class: Quickfix::ContraBroker

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



14992
14993
14994
# File 'lib/quickfix_fields.rb', line 14992

def ContraBroker.field
  return 375
end