Class: Quickfix::SettlPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPartyID

Returns a new instance of SettlPartyID.



11303
11304
11305
11306
11307
11308
11309
# File 'lib/quickfix_fields.rb', line 11303

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

Class Method Details

.fieldObject



11300
11301
11302
# File 'lib/quickfix_fields.rb', line 11300

def SettlPartyID.field
  return 782
end