Class: Quickfix::NoSettlPartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSettlPartyIDs

Returns a new instance of NoSettlPartyIDs.



3724
3725
3726
3727
3728
3729
3730
# File 'lib/quickfix_fields.rb', line 3724

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

Class Method Details

.fieldObject



3721
3722
3723
# File 'lib/quickfix_fields.rb', line 3721

def NoSettlPartyIDs.field
  return 781
end