Class: Quickfix::TargetPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TargetPartyIDSource

Returns a new instance of TargetPartyIDSource.



19363
19364
19365
19366
19367
19368
19369
# File 'lib/quickfix_fields.rb', line 19363

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

Class Method Details

.fieldObject



19360
19361
19362
# File 'lib/quickfix_fields.rb', line 19360

def TargetPartyIDSource.field
  return 1463
end