Class: Quickfix::PartyDetailSubID

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

Returns a new instance of PartyDetailSubID.



21521
21522
21523
21524
21525
21526
21527
# File 'lib/quickfix_fields.rb', line 21521

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

Class Method Details

.fieldObject



21518
21519
21520
# File 'lib/quickfix_fields.rb', line 21518

def PartyDetailSubID.field
  return 1695
end