Class: Quickfix::SettlBrkrCode

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlBrkrCode

Returns a new instance of SettlBrkrCode.



2671
2672
2673
2674
2675
2676
2677
# File 'lib/quickfix_fields.rb', line 2671

def initialize(data = nil)
  if( data == nil )
    super(174)
  else
    super(174, data)
  end
end

Class Method Details

.fieldObject



2668
2669
2670
# File 'lib/quickfix_fields.rb', line 2668

def SettlBrkrCode.field
  return 174
end