Class: Quickfix::Nested3PartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested3PartySubIDType



2983
2984
2985
2986
2987
2988
2989
# File 'lib/quickfix_fields.rb', line 2983

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

Class Method Details

.fieldObject



2980
2981
2982
# File 'lib/quickfix_fields.rb', line 2980

def Nested3PartySubIDType.field
  return 954
end