Class: Quickfix::SettlPartyID

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) ⇒ SettlPartyID

Returns a new instance of SettlPartyID.



10679
10680
10681
10682
10683
10684
10685
# File 'lib/quickfix_fields.rb', line 10679

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

Class Method Details

.fieldObject



10676
10677
10678
# File 'lib/quickfix_fields.rb', line 10676

def SettlPartyID.field
  return 782
end