Class: Quickfix::LegProvisionPartyIDSource

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

Returns a new instance of LegProvisionPartyIDSource.



34248
34249
34250
34251
34252
34253
34254
# File 'lib/quickfix_fields.rb', line 34248

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

Class Method Details

.fieldObject



34245
34246
34247
# File 'lib/quickfix_fields.rb', line 34245

def LegProvisionPartyIDSource.field
  return 40535
end