Class: Quickfix::Nested2PartyIDSource

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

Returns a new instance of Nested2PartyIDSource.



10367
10368
10369
10370
10371
10372
10373
# File 'lib/quickfix_fields.rb', line 10367

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

Class Method Details

.fieldObject



10364
10365
10366
# File 'lib/quickfix_fields.rb', line 10364

def Nested2PartyIDSource.field
  return 758
end