Class: Quickfix::NestedPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartySubIDType

Returns a new instance of NestedPartySubIDType.



1072
1073
1074
1075
1076
1077
1078
# File 'lib/quickfix_fields.rb', line 1072

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

Class Method Details

.fieldObject



1069
1070
1071
# File 'lib/quickfix_fields.rb', line 1069

def NestedPartySubIDType.field
  return 805
end